Commit 19aeb07c9672edc40eafdbb784952b3c240353b3
1 parent
29f6660a
tokar commit
Showing
1 changed file
with
9 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
@@ -2382,8 +2382,8 @@ input[type=file]::-webkit-file-upload-button { | @@ -2382,8 +2382,8 @@ input[type=file]::-webkit-file-upload-button { | ||
2382 | position: absolute; | 2382 | position: absolute; |
2383 | top: 0; | 2383 | top: 0; |
2384 | left: 0; | 2384 | left: 0; |
2385 | - width: 148px; | ||
2386 | - height: 104px; | 2385 | + width: 152px; |
2386 | + height: 108px; | ||
2387 | border: 2px solid greenyellow; | 2387 | border: 2px solid greenyellow; |
2388 | } | 2388 | } |
2389 | .gallery-min-left, .gallery-min-right, .copy-gallery-min-left, .copy-gallery-min-right { | 2389 | .gallery-min-left, .gallery-min-right, .copy-gallery-min-left, .copy-gallery-min-right { |
@@ -5584,4 +5584,10 @@ background: #f3f3f3; | @@ -5584,4 +5584,10 @@ background: #f3f3f3; | ||
5584 | } | 5584 | } |
5585 | .ui-state-hover .ui-icon.ui-icon-circle-triangle-e{ | 5585 | .ui-state-hover .ui-icon.ui-icon-circle-triangle-e{ |
5586 | background: url("/images/arrow-menu-two-calendar-r-h.png") 50% 50% no-repeat; | 5586 | background: url("/images/arrow-menu-two-calendar-r-h.png") 50% 50% no-repeat; |
5587 | -} | ||
5588 | \ No newline at end of file | 5587 | \ No newline at end of file |
5588 | +} | ||
5589 | +.ui-datepicker-month, .ui-datepicker-year { | ||
5590 | + font-size: 13px !important; | ||
5591 | + padding: 2px 0 !important; | ||
5592 | + border: 1px solid #0072bc !important; | ||
5593 | +} | ||
5594 | +a {color: #0072bc} | ||
5589 | \ No newline at end of file | 5595 | \ No newline at end of file |