]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Use text-danger style for pending trace warning
[rails.git] / app / assets / stylesheets / common.scss
index 6e73da63b31d0df9b7e7b6e18b0bee2d51948767..5db46be6823537121cc80902eac22fdff298b268 100644 (file)
@@ -1487,7 +1487,6 @@ tr.turn:hover {
 /* Rules for the trace list shown by the traces tab etc */
 
 #trace_list {
-  font-size: $lineheight/2;
   border-width: 0px;
   text-align: right;
 
@@ -1496,10 +1495,6 @@ tr.turn:hover {
     color: gray;
   }
 
-  .trace_pending {
-    color: red;
-  }
-
   .trace_public {
     color: green;
   }
@@ -1520,10 +1515,6 @@ tr.turn:hover {
 /* Rules for the trace view */
 
 .trace-show {
-  .trace_pending {
-    color: red;
-  }
-
   .geo {
     display: inline;
   }
@@ -1642,7 +1633,6 @@ tr.turn:hover {
 /* Rules for the user list */
 
 #user_list {
-  font-size: $lineheight/2;
   width: 100%;
 
   tr {