diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2b93c68..d6b7ea1 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2382,8 +2382,8 @@ input[type=file]::-webkit-file-upload-button { position: absolute; top: 0; left: 0; - width: 148px; - height: 104px; + width: 152px; + height: 108px; border: 2px solid greenyellow; } .gallery-min-left, .gallery-min-right, .copy-gallery-min-left, .copy-gallery-min-right { @@ -5584,4 +5584,10 @@ background: #f3f3f3; } .ui-state-hover .ui-icon.ui-icon-circle-triangle-e{ background: url("/images/arrow-menu-two-calendar-r-h.png") 50% 50% no-repeat; -} \ No newline at end of file +} +.ui-datepicker-month, .ui-datepicker-year { + font-size: 13px !important; + padding: 2px 0 !important; + border: 1px solid #0072bc !important; +} +a {color: #0072bc} \ No newline at end of file -- libgit2 0.21.4