Commit 0904cc485c23385e4ac0628ddce5e1c842909af4

Authored by Dmitriy Zaporozhets
1 parent 28d517f5

Classic theme: Dark color for header links. White color for loading spinner

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/themes/ui_mars.scss
... ... @@ -23,8 +23,12 @@
23 23 background-color: #373D47;
24 24 }
25 25 }
  26 + .nav > li > a { color: #AAA; }
26 27 }
27 28 }
  29 + .turbolink-spinner {
  30 + color: #FFF;
  31 + }
28 32  
29 33 .separator {
30 34 background: #31363E;
... ...