diff options
author | mistic100 <mistic@piwigo.org> | 2011-04-12 00:30:28 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-04-12 00:30:28 +0000 |
commit | f5c5a1b9b2c9fe711193ec6c3ac79fd06239a182 (patch) | |
tree | 5e9df0d6bdc814fb8ce272d05f81506dc289d000 /admin/themes/roma/theme.css | |
parent | b5592c8228b2decb2e799b2550f83ac963c61e09 (diff) |
new plugins manager, update TipTip in v1.3
git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 8830f5a12..b32c49cb9 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -234,8 +234,12 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p #pwgHead, #footer {background-color:#222;} #footer {background-image: url(images/piwigo_logo_small.png);} -.pluginBox {background-color:#333;color:#999} -.pluginBoxNameCell {color:#ccc;} +.pluginBox, .pluginMiniBox {background-color:#333;color:#999;border:1px solid #333;} +.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#ddd;} +.pluginBox.active, .pluginMiniBox.active {border-color:#666;background-color:#383838;} +.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#800 !important;} +.pluginBox.missing, .pluginBox.merged, .pluginMiniBox.missing, .pluginMiniBox.merged {background-color:#422;border:1px solid #800;} +.plugin-delete {color:#f00;} .languageBox {background-color:#333;} .languageName {color:#ccc;} |