Răsfoiți Sursa

button color

root 4 ani în urmă
părinte
comite
0db7fd3cbe
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      templates/client/default/assets/css/layers-ui.css

+ 3 - 3
templates/client/default/assets/css/layers-ui.css

@@ -15723,7 +15723,7 @@ Rail
 
 #layers .lu-btn--success {
   color: #fff;
-  background: #62CA5F;
+  background: #2368AD;
 }
 
 #layers .lu-btn--success:hover {
@@ -16283,7 +16283,7 @@ Rail
 
 #layers .lu-nav__item.is-active > .lu-nav__link,
 #layers .lu-nav__item.is-active > .lu-nav__link > .lu-nav__link-icon {
-  background-color: #336699;
+  background-color: #2368AD;
   color: white;
 /*  color: #62CA5F; */
 }
@@ -16303,7 +16303,7 @@ Rail
 #layers .lu-nav__link:hover,
 #layers .lu-nav__link:hover > .lu-nav__link-icon {
   /* color: #62CA5F; */
-  color: #336699;
+  color: #2368AD;
   text-decoration: none;
 }