2
0
2DU 8 жил өмнө
parent
commit
bc1726b8ba

+ 4 - 0
views/acme/css/plus.css

@@ -54,6 +54,10 @@ textarea {
     margin: 0;
     margin: 0;
 }
 }
 
 
+.btn {
+    transition: all .3s ease;
+}
+
 #inside {
 #inside {
     color: green;
     color: green;
 }
 }

+ 0 - 2
views/acme/css/style.css

@@ -2507,7 +2507,6 @@ span.filter {
 }
 }
 .btn.btn-primary {
 .btn.btn-primary {
     background-color: #3bafda;
     background-color: #3bafda;
-    border: none;
     -webkit-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -ms-transition: all .3s ease;
@@ -2518,7 +2517,6 @@ span.filter {
 .btn.btn-primary:active,
 .btn.btn-primary:active,
 .btn.btn-primary.hover {
 .btn.btn-primary.hover {
     background-color: #4fc1e9;
     background-color: #4fc1e9;
-    border: none;
     -webkit-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -moz-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -ms-transition: all .3s ease;