]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Apply unread message background to table cells
[rails.git] / app / assets / stylesheets / common.scss
index 4a0352c854790da7a5ce616118cdd6827fc8003b..dcbf00be85d4f86ccf00ed11c5bf20caca2a39ab 100644 (file)
@@ -565,10 +565,6 @@ body.small-nav {
 
 /* Rules for attribution text under the main map shown on printouts */
 
-#attribution {
-  display: none;
-}
-
 .donate-attr { color: darken($green, 10%) !important; }
 
 /* Rules for the sidebar */
@@ -936,12 +932,6 @@ tr.turn:hover {
   }
 }
 
-/* Rules for the user list */
-
-#user_list {
-  width: 100%;
-}
-
 /* Rules for the diary entry page */
 
 .diary_entries {
@@ -979,12 +969,6 @@ tr.turn:hover {
   }
 }
 
-/* Rules for the oauth authorization page */
-
-.oauth-authorize ul {
-  list-style: none;
-}
-
 /* Rules for messages pages */
 
 .messages {
@@ -992,7 +976,7 @@ tr.turn:hover {
     background: $offwhite;
   }
 
-  .inbox-row-unread {
+  .inbox-row-unread td {
     background: #CBEEA7;
   }
 }