diff options
Diffstat (limited to '')
-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 | 2 |
4 files changed, 1 insertions, 4 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 175584814..baf3aba31 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -99,7 +99,6 @@ 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; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index ca685a08a..3462dfe1f 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -146,5 +146,4 @@ TD.calDayCellEmpty { color: silver; } .calBackDate { color: #000; } .calForeDate { color: #fff; } .virtual_cat { background: #3f3f3f !important; } -.qsearch { font-size: 80%; font-style: normal; } #mbMenu #quicksearch > p { text-align: left; } diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 4c5ea8148..64724c6ad 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -276,7 +276,6 @@ input.submit:active { font-size: 80%; font-style: normal; } -.qsearch { font-size: 80%; font-style: italic; } * { outline: none; } tr.throw td a { color: #fff; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 88cbcc4ca..b7acfbb37 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -331,7 +331,7 @@ a.PWG:hover .G { color : #f92; } #imageToolBar .randomButtons a:hover, #imageToolBar .navButtons a:hover { background-color: #111; } #menubar .menuInfoCat, -#menubar .menuInfoCatByChild, .qsearch, +#menubar .menuInfoCatByChild, h2.showtitle, #theImage p.showlegend { display: none } * { outline-width: 0px; } ul.tabsheet { |