diff options
Diffstat (limited to 'template/yoga/theme/clear/theme.css')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 32b0cabe2..0f29d1fb2 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -99,3 +99,7 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } .virtual_cat { background: #fff !important; } +.qsearch { font-size: 80%; font-style: normal; } +#mbMenu #quicksearch > p { text-align: left; } +#qsearchInput { color: #d3d3d3; } +#qsearchInput:focus { color: #005e89; } |