]> BookStack Code Mirror - bookstack/blobdiff - resources/assets/sass/_buttons.scss
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / assets / sass / _buttons.scss
index 9b5a498f6c8edec2f0980d73c9cb8b2cdf8d668a..5de8896735aa9799ef5a4b12cf04b098c0366b42 100644 (file)
@@ -65,6 +65,9 @@ $button-border-radius: 2px;
   &:focus, &:active {
     outline: 0;
   }
+  &:hover {
+    text-decoration: none;
+  }
   &.neg {
     color: $negative;
   }
@@ -97,3 +100,13 @@ $button-border-radius: 2px;
   }
 }
 
+.button[disabled] {
+  background-color: #BBB;
+  cursor: default;
+  &:hover {
+    background-color: #BBB;
+    cursor: default;
+    box-shadow: none;
+  }
+}
+