Procházet zdrojové kódy

[ui-fix][mobile] calendar view (#2170)

version-14
Faris Ansari před 8 roky
committed by Rushabh Mehta
rodič
revize
623b271c11
2 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. +5
    -0
      frappe/public/css/calendar.css
  2. +6
    -0
      frappe/public/less/calendar.less

+ 5
- 0
frappe/public/css/calendar.css Zobrazit soubor

@@ -29,3 +29,8 @@ th.fc-widget-header {
/* default BORDER color */
background-color: #E8DDFF;
}
@media (max-width: 767px) {
.fc-scroller {
height: auto !important;
}
}

+ 6
- 0
frappe/public/less/calendar.less Zobrazit soubor

@@ -36,3 +36,9 @@ th.fc-widget-header {
border: 1px solid #E8DDFF; /* default BORDER color */
background-color: #E8DDFF;
}

@media (max-width: @screen-xs) {
.fc-scroller {
height: auto !important;
}
}

Načítá se…
Zrušit
Uložit