2DU 8 年 前
コミット
bc1726b8ba
2 ファイル変更4 行追加2 行削除
  1. 4 0
      views/acme/css/plus.css
  2. 0 2
      views/acme/css/style.css

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

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

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

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