diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 1 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 1 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 1 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 0a85ed60c..ab9bc5597 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -94,3 +94,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } +.virtual_cat { background: #fff !important; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 04632b6a4..be8393911 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -133,3 +133,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } +.virtual_cat { background: #3f3f3f !important; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 42d0e8b47..f50b666af 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -255,3 +255,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; }
.calForeDate { color: #fff; }
+.virtual_cat { background: #fff !important; }
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index cb91f1d14..6460ee03d 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -245,3 +245,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; }
.calForeDate { color: #fff; }
+.virtual_cat { background: #222 !important; }
|