]> git.openstreetmap.org Git - rails.git/commitdiff
Style disabled permalinks appropriately
authorTom Hughes <tom@compton.nu>
Tue, 4 Dec 2012 14:29:42 +0000 (14:29 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 4 Dec 2012 14:29:42 +0000 (14:29 +0000)
app/assets/stylesheets/common.css.scss

index 5174e475d5e8063995ef7b5b13a481e34d49d6e3..96856228c0b1b23acde7a14cf42853bc8a574469 100644 (file)
@@ -454,8 +454,8 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
-#permalink a.disabled {
-  color: #ccc;
+.leaflet-control-attribution a.disabled {
+  color: #99c9dc;
   cursor: default;
   text-decoration: none;
 }