Minor css

Andrew Cantino %!s(int64=11) %!d(string=hace) años
padre
commit
c35cc4135e
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      vendor/assets/stylesheets/jquery.json-editor.css.scss

+ 5 - 1
vendor/assets/stylesheets/jquery.json-editor.css.scss

@@ -52,8 +52,12 @@
52 52
     display: block;
53 53
     float: right;
54 54
     text-decoration: none;
55
-    padding-left: 5px;
55
+    padding: 0 5px;
56 56
     border: 0 !important;
57 57
     color: blue;
58
+
59
+    &:hover {
60
+      background-color: #bbb;
61
+    }
58 62
   }
59 63
 }