]> git.openstreetmap.org Git - rails.git/commitdiff
Combine the two different offwhite background colours, and use the lighter one
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Dec 2019 14:57:23 +0000 (15:57 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 11 Dec 2019 14:57:23 +0000 (15:57 +0100)
app/assets/stylesheets/common.scss
app/assets/stylesheets/parameters.scss

index 40c5eaa2a8e91f4362b4852ea389bfefa1085608..98d47a22bdb7ebc3620ddc288be85d648e09e630 100644 (file)
@@ -1236,7 +1236,7 @@ tr.turn:hover {
       width: 12px;
       height: 12px;
       margin: 4px 0px;
-      border: 1px solid rgba(0, 0, 0, .1); 
+      border: 1px solid rgba(0, 0, 0, .1);
       // add color via inline css on element: background-color: <tag value>;
     }
   }
@@ -1867,7 +1867,7 @@ tr.turn:hover {
   }
 
   .inbox-row {
-    background: #f8f8ff;
+    background: $offwhite;
   }
 
   .inbox-row-unread {
@@ -2434,7 +2434,7 @@ input.richtext_title[type="text"] {
     display: inline-block;
     vertical-align: top;
     margin-left: 15px;
-    background-color: #f8f8ff;
+    background-color: $offwhite;
     padding: $lineheight/2;
     width: 220px;
 
index 1cae5ba2f557df0ee0236ab58063e4cd7c51cd4f..4381e9d14f23c4afd34c1ee51109dcc1a56cf910 100644 (file)
@@ -2,7 +2,7 @@
 $lineheight: 20px;
 $typeheight: 14px;
 
-$offwhite: #f4f4ff;
+$offwhite: #f8f8ff;
 $blue: #7092FF;
 $lightblue: #B8C5F0;
 $green: #7ebc6f;