Просмотр исходного кода

Soften appearance of Alert button/hover state

Kristan Kenney 5 лет назад
Родитель
Сommit
e62d61807d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/css/styles.min.css

+ 1 - 1
web/css/styles.min.css

@@ -2956,7 +2956,7 @@ a.button.cancel {
 }
 }
 
 
 .ui-button.danger:hover, .button.danger:hover {
 .ui-button.danger:hover, .button.danger:hover {
-  background: linear-gradient(to bottom, #fbf2f1 0%,#f7cac5 50%,#f6b4ac 51%,#fde6e3 100%) !important;
+  background: linear-gradient(to bottom, #fbf2f1 0%,#f6b4ac 51%,#fde6e3 100%) !important;
   color: #F4301A !important;
   color: #F4301A !important;
   text-shadow: 0px 1px rgba(255,255,255,0.5) !important;
   text-shadow: 0px 1px rgba(255,255,255,0.5) !important;
   border: 1px solid #F27E71 !important;
   border: 1px solid #F27E71 !important;