[extensions-web] css: Normalize case of colors



commit 2be03aae9b0c0ae06ff95f32aec7146c0ef1572d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Sep 26 03:19:57 2012 -0300

    css: Normalize case of colors
    
    These should all be lowercase

 sweettooth/static/css/review.css     |    8 ++++----
 sweettooth/static/css/sweettooth.css |   22 +++++++++++-----------
 2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index 3c4ae23..131e3cd 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -25,7 +25,7 @@
     list-style-type: none;
     overflow: hidden;
     border: 1px solid #aaa;
-    background-color: #EAF0F7;
+    background-color: #eaf0f7;
 }
 
 .filelist li {
@@ -115,16 +115,16 @@
 }
 
 .fileselector.binary {
-    color: #AA0000;
+    color: #aa0000;
     cursor: auto;
 }
 
 .fileselector.selected {
     cursor: auto;
     color: #2e3436;
-    background-color: #C8D0D5;
+    background-color: #c8d0d5;
     margin: 0;
-    border: 1px solid #A6B0B3;
+    border: 1px solid #a6b0b3;
     border-style: none solid;
 }
 
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index c89ced5..676d715 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -169,7 +169,7 @@ a:visited {
 }
 
 #global_domain_bar .tab a:visited {
-    color: #204A87;
+    color: #204a87;
 }
 
 /* User settings */
@@ -266,7 +266,7 @@ a:visited {
     box-shadow: inset 0 1px 1px rgba(0,0,0,0.2);
 }
 #gnome_header #search_input:focus {
-    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 3px #0489B7;
+    box-shadow: inset 0 1px 1px rgba(0,0,0,0.2), 0 0 3px #0489b7;
     outline: none;
 }
 
@@ -512,7 +512,7 @@ a:visited {
     display: block;
     text-align: center;
     text-transform: uppercase;
-    font-family: Serif;
+    font-family: serif;
     font-size: 1.4em;
     position: absolute;
     width: 200px;
@@ -572,9 +572,9 @@ hr.bottom_shadow {
 
 .paginator {
     display: block;
-    background-color: #EEEEEC;
+    background-color: #eeeeec;
     border-radius: 3px;
-    border: 1px solid #BABDB6;
+    border: 1px solid #babdb6;
     padding: 3px;
 }
 
@@ -1024,7 +1024,7 @@ li.extension:last-child {
 }
 
 #comments .show-all.loading {
-    color: #EEEEEC;
+    color: #eeeeec;
     cursor: default;
 }
 
@@ -1100,7 +1100,7 @@ p.message.info {
 }
 
 p.message.warning {
-    background-color: #EBDE71;
+    background-color: #ebde71;
     background-image: url(../images/warning.png);
 }
 
@@ -1179,8 +1179,8 @@ input[type=submit], button {
 }
 
 #opinion_form .unauthenticated {
-    background: #EEEEEC;
-    border: 1px solid #BABDB6;
+    background: #eeeeec;
+    border: 1px solid #babdb6;
     border-radius: 8px;
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     clear: both;
@@ -1197,8 +1197,8 @@ input[type=submit], button {
 /* ==================================================================== */
 
 .review {
-    background: #EEEEEC;
-    border: 1px solid #BABDB6;
+    background: #eeeeec;
+    border: 1px solid #babdb6;
     border-radius: 8px;
     padding: 10px;
     margin-top: 20px;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]