vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.16 vs vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.17

- old
+ new

@@ -40,15 +40,11 @@ text-decoration: none; -webkit-transition: all 0.1s linear; transition: all 0.1s linear; } .btn[disabled], -.btn[disabled]:hover { - color: rgba(158,171,179,1); - background: rgba(246,248,251,1); - border-color: rgba(206,208,211,1); -} +.btn[disabled]:hover { cursor: not-allowed; } /* #Button Sizes ================================================== */ .btn-large { border-radius: 3px; @@ -87,56 +83,27 @@ .btn-black { background: rgba(61,64,74,1); border-color: rgba(11,14,24,1); } .btn-black:hover { background: rgba(51,54,64,1); } -.btn-black[disabled], -.btn-black[disabled]:hover { - background: rgba(101,104,114,1); - border-color: rgba(61,64,74,1); - color: rgba(255,255,255,1); -} .btn-blue { background: rgba(85,115,194,1); border-color: rgba(25,55,134,1); } .btn-blue:hover { background: rgba(70,100,179,1); } -.btn-blue[disabled], -.btn-blue[disabled]:hover { - background: rgba(125,155,234,1); - border-color: rgba(75,105,184,1); - color: rgba(255,255,255,1); -} .btn-green { background: rgba(75,180,122,1); border-color: rgba(25,130,72,1); color: rgba(255,255,255,1); } .btn-green:hover { background: rgba(65,170,112,1); } -.btn-green[disabled], -.btn-green[disabled]:hover { - background: rgba(105,210,152,1); - border-color: rgba(55,160,132,1); - color: rgba(255,255,255,1); -} .btn-red { background: rgba(220,74,56,1); border-color: rgba(180,34,16,1); } .btn-red:hover { background: rgba(210,64,46,1); } -.btn-red[disabled], -.btn-red[disabled]:hover { - background: rgba(240,94,76,1); - border-color: rgba(200,54,36,1); - color: rgba(255,255,255,1); -} .btn-white { background: rgba(255,255,255,1); } .btn-white:hover { background: rgba(226,228,231,1); } -.btn-white[disabled], -.btn-white[disabled]:hover { - background: rgba(250,250,250,1); - border-color: rgba(216,218,221,1); -} /* #Button Links ================================================== */ .btn-link { background: none; \ No newline at end of file