From 3351fd9409aacf479f6f17ac62aee3c75ea09355 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Dec 2008 08:57:15 +0000 Subject: Borders of Categories boxes - wrong colour - global mode : frameborders around thumbnails are the wrong colour git-svn-id: http://piwigo.org/svn/branches/2.0@2972 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-colors.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'admin/template/goto/default-colors.css') diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css index b67d4f5e0..ddbb6e881 100644 --- a/admin/template/goto/default-colors.css +++ b/admin/template/goto/default-colors.css @@ -3,7 +3,7 @@ /* So that non-links are slightly greyed out */ .content .navigationBar { - color: #b0b0b0; + color: #999; } /* Tables & forms */ @@ -11,12 +11,12 @@ INPUT.text, INPUT.password, INPUT.button, INPUT.submit, INPUT.reset, INPUT.file, SELECT, TEXTAREA { - color:black; - background-color: #d3d3d3; /* lightgrey */ + color:#999; + background-color: #666; } INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { - background-color: #f5f5f5; /* whitesmoke */ + background-color: #444; /* whitesmoke */ } /* some theme set a border on INPUT which is not pretty for radio/checkbox */ @@ -29,12 +29,12 @@ INPUT.radio, INPUT.checkbox { } .errors { /* Errors display */ - color: red; - background-color: #ffe1e1; + color: #f30; + background-color: transparent; font-weight: bold; text-align: left; margin: 5px; - border: 1px solid red; + border: 1px solid #666; background-image: url(icon/errors.png); background-repeat: no-repeat; background-position: top right; @@ -46,8 +46,8 @@ INPUT.radio, INPUT.checkbox { */ .infos { text-align: left; - color: #002000; - background-color: #98fb98; /* palegreen */ + color: #f70; + background-color: transparent; background-image: url(icon/infos.png); background-repeat: no-repeat; background-position: top right; @@ -61,8 +61,8 @@ INPUT.radio, INPUT.checkbox { .header_msgs { text-align:center; font-weight: bold; - color:#696969; /* dimgray */ - background-color: #d3d3d3; + color:#333; + background-color: transparent; margin: 1px; padding: 1px; } @@ -71,7 +71,7 @@ INPUT.radio, INPUT.checkbox { * Header notes box in public/administration */ .header_notes { - border: 1px solid #aaaaaa; /* border color and style */ + border: 1px solid #666; text-align: center; background-image: url(icon/note.png); background-repeat: no-repeat; -- cgit v1.2.3