[extensions-web] review: Fixed the file list "selected" style



commit 10295cf44164d1105d0c019e6c8899eb0d8f3b6c
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Feb 7 13:21:43 2012 -0500

    review: Fixed the file list "selected" style

 sweettooth/static/css/review.css |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/sweettooth/static/css/review.css b/sweettooth/static/css/review.css
index 98e27d6..f25947c 100644
--- a/sweettooth/static/css/review.css
+++ b/sweettooth/static/css/review.css
@@ -44,15 +44,6 @@
     transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
 }
 
-.fileselector.selected {
-    cursor: auto;
-    color: #2e3436;
-    background-color: #C8D0D5;
-    margin: 0;
-    border: 1px solid #A6B0B3;
-    border-style: none solid;
-}
-
 #diff, #files {
     overflow-x: auto;
 }
@@ -106,6 +97,15 @@ p.nochanges {
     color: #747474;
 }
 
+.fileselector.selected {
+    cursor: auto;
+    color: #2e3436;
+    background-color: #C8D0D5;
+    margin: 0;
+    border: 1px solid #A6B0B3;
+    border-style: none solid;
+}
+
 .collapsable-trigger-row.collapsed {
     height: 2.6em;
 }



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