diff options
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 85cfdb515..656f4ed74 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -194,3 +194,7 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers *+html .bigtext { left: 70px; } *+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } * html .bigtext { margin-right: 300px; } + +.themeBox {background-color:#eee;} +.themeBox IMG {border:1px solid white;} +.themeName {color:black;} |