diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-11-14 20:40:32 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-11-14 20:40:32 +0000 |
commit | 9dfd117d77e0dc8f5eb438dbf267dac3634b3372 (patch) | |
tree | 3454faaff11a0ca4a1085c5ef44d40bd3aaadc38 /themes | |
parent | 06db015c8e0b47a8bd6a3e7e7498cc6e9d0e1a9b (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.css | 1 |
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;} |