This website works better with JavaScript.
首頁
探索
說明
登入
anoopmb
/
frappe
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
[ui-fix][mobile] calendar view (
#2170
)
version-14
Faris Ansari
8 年之前
committed by
Rushabh Mehta
父節點
c650d6a87d
當前提交
623b271c11
共有
2 個文件被更改
,包括
11 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
frappe/public/css/calendar.css
+6
-0
frappe/public/less/calendar.less
+ 5
- 0
frappe/public/css/calendar.css
查看文件
@@ -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
查看文件
@@ -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;
}
}
Write
Preview
Loading…
取消
儲存