aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-16 20:17:25 +0000
committervdigital <vdigital@piwigo.org>2008-12-16 20:17:25 +0000
commit7c99518a39425d8442d7b751c4ed3c7a15c9aad4 (patch)
treec784c5822a93aa6e2d24ef8c85f894eb56c27973 /admin
parent5011c661aea9f07b7b554d4d970b489f104be9cd (diff)
#ff3300 replacement by #ff3333
merge -c2990 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2991 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/default-colors.css2
-rw-r--r--admin/template/goto/theme/roma/theme.css6
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/template/goto/default-colors.css b/admin/template/goto/default-colors.css
index ddbb6e881..d1e0ca866 100644
--- a/admin/template/goto/default-colors.css
+++ b/admin/template/goto/default-colors.css
@@ -29,7 +29,7 @@ INPUT.radio, INPUT.checkbox {
}
.errors { /* Errors display */
- color: #f30;
+ color: #f33;
background-color: transparent;
font-weight: bold;
text-align: left;
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 6d762a48d..2b3a21cc1 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -12,7 +12,7 @@ input.rateButton, legend, h3 { color: #666; }
.content .infos { color: #f70; border:0; background-color: transparent;
padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; background-position:left top;}
.content .infos li, .content .errors li { list-style-type:none; }
-.content .errors { color: #f30; border:0; background-color: transparent;
+.content .errors { color: #f33; border:0; background-color: transparent;
padding:5px 60px 0pt 10pt; min-height: 48px; text-align:left; font-weight:bold; }
#copyright { color:#666; margin:60px auto 0px 240px; text-align:center;
padding-bottom: 15px; }
@@ -80,12 +80,12 @@ a.Piwigo {
font-size: 11px; font-weight: normal; letter-spacing: 0;
color : #F33; text-decoration: none; border: 0; }
a.Piwigo:hover span.Piwigo {
- border-bottom: 1px solid #FF3363; color: #F30;
+ border-bottom: 1px solid #FF3363;
}
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
a { color:#f70; border-width: 0; }
-a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; }
+a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; }
.content .navigationBar {color:#666;}
ul.actions, .content form#waiting {text-align:center;}
h2 { display:block; font-size:28px; letter-spacing:-1px;