Sfoglia il codice sorgente

Changed color for warning alert

Torkel Ödegaard 11 anni fa
parent
commit
b56c3eb035
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/css/less/variables.dark.less

+ 1 - 1
src/css/less/variables.dark.less

@@ -257,7 +257,7 @@
 // Form states and alerts
 // -------------------------
 @warningText:             darken(#c09853, 10%);
-@warningBackground:       @grayLighter;
+@warningBackground:       @orange;
 @warningBorder:           transparent;
 
 @errorText:               #b94a48;