aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-11-14 20:40:32 +0000
committerrvelices <rv-github@modusoptimus.com>2012-11-14 20:40:32 +0000
commit9dfd117d77e0dc8f5eb438dbf267dac3634b3372 (patch)
tree3454faaff11a0ca4a1085c5ef44d40bd3aaadc38 /themes
parent06db015c8e0b47a8bd6a3e7e7498cc6e9d0e1a9b (diff)
fix legend color for dark themes with IE
git-svn-id: http://piwigo.org/svn/trunk@19013 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/theme.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/theme.css b/themes/default/theme.css
index b95b991f8..e05fb1a8c 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -725,6 +725,7 @@ INPUT[type="radio"], INPUT[type="checkbox"] {
LEGEND {
font-style: italic;
+ color: inherit; /*for IE*/
}
#piwigoAbout {width:600px;margin:0 auto;}