diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-24 19:15:01 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-24 19:15:01 +0000 |
commit | ad554e3bf6e5c9e35e0775c60e4805f8a271a675 (patch) | |
tree | bcd1ccbb6ee5708ffb81fbfa6ce088bae71e9b35 /template | |
parent | e139a3472ce21fa6e573b521749b58a19011321e (diff) |
.virtual_cat removed from public side
git-svn-id: http://piwigo.org/svn/trunk@2581 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/clear/theme.css | 5 | ||||
-rw-r--r-- | template/yoga/theme/dark/theme.css | 4 | ||||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 1 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 3 |
4 files changed, 2 insertions, 11 deletions
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 0b65b6647..138a60362 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -74,8 +74,5 @@ SPAN.calItem, SPAN.calItemEmpty border: 1px solid silver; } -.virtual_cat { background: #fff !important; } #qsearchInput { color: #d3d3d3; } -#qsearchInput:focus { color: #005e89; } - - +#qsearchInput:focus { color: #005e89; }
\ No newline at end of file diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 959f36f07..e598892f8 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -76,6 +76,4 @@ A, INPUT.rateButton { A:hover { color: #FFF48E; -} - -.virtual_cat { background: #3f3f3f; } +}
\ No newline at end of file diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index 98a165292..e2f180bcb 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -116,7 +116,6 @@ H2, #menubar DT, TD H3, outline: 3px ridge #f92; } input#qsearchInput { background-color: #cde; } -.virtual_cat { background: #fff !important; } /******************************************************************************/ /* Borders, Margins, Padding Only */ BODY { margin: 0px; padding: 0px; } diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 880153011..69ed41011 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -245,9 +245,6 @@ FORM#quickconnect INPUT[type=password] { border: 1px solid #333; } - -.virtual_cat { background: #222 !important; } - .PWG { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 0.9em; |