Commit cb53ee0090bc2995b7862d6540f30408748fab61

Authored by Administrator
2 parents b318fb04 0ca0742e

Merge remote-tracking branch 'origin/master'

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 2382 position: absolute;
2383 2383 top: 0;
2384 2384 left: 0;
2385   - width: 148px;
2386   - height: 104px;
  2385 + width: 152px;
  2386 + height: 108px;
2387 2387 border: 2px solid greenyellow;
2388 2388 }
2389 2389 .gallery-min-left, .gallery-min-right, .copy-gallery-min-left, .copy-gallery-min-right {
... ... @@ -5584,4 +5584,10 @@ background: #f3f3f3;
5584 5584 }
5585 5585 .ui-state-hover .ui-icon.ui-icon-circle-triangle-e{
5586 5586 background: url("/images/arrow-menu-two-calendar-r-h.png") 50% 50% no-repeat;
5587   -}
5588 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 5595 \ No newline at end of file
... ...