vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.18 vs vendor/assets/stylesheets/button.css.scss in flashgrid-1.0.19
- old
+ new
@@ -84,20 +84,19 @@
background: rgba(61,64,74,1);
border-color: rgba(11,14,24,1);
}
.btn-black:hover { background: rgba(51,54,64,1); }
.btn-blue {
- background: rgba(85,115,194,1);
- border-color: rgba(25,55,134,1);
+ background: rgba(58,144,216,1);
+ border-color: rgba(28,114,186,1);
}
-.btn-blue:hover { background: rgba(70,100,179,1); }
+.btn-blue:hover { background: rgba(48,134,206,1); }
.btn-green {
- background: rgba(75,180,122,1);
- border-color: rgba(25,130,72,1);
- color: rgba(255,255,255,1);
+ background: rgba(122,179,23,1);
+ border-color: rgba(102,159,3,1);
}
-.btn-green:hover { background: rgba(65,170,112,1); }
+.btn-green:hover { background: rgba(112,169,13,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); }
@@ -172,12 +171,12 @@
.btn-outline-blue {
border-color: rgba(58,144,216,1);
color: rgba(58,144,216,1);
}
.btn-outline-green {
- border-color: rgba(75,180,122,1);
- color: rgba(75,180,122,1);
+ border-color: rgba(122,179,23,1);
+ color: rgba(122,179,23,1);
}
.btn-outline-red {
border-color: rgba(220,74,56,1);
color: rgba(220,74,56,1);
}
@@ -208,11 +207,11 @@
border-right: 1px solid rgba(196,198,201,1);
border-radius: 0;
position: relative;
}
.btn-group > .btn-black { border-color: rgba(11,14,24,1); }
-.btn-group > .btn-blue { border-color: rgba(25,55,134,1); }
-.btn-group > .btn-green { border-color: rgba(25,130,72,1); }
+.btn-group > .btn-blue { border-color: rgba(28,114,186,1); }
+.btn-group > .btn-green { border-color: rgba(102,159,3,1); }
.btn-group > .btn-red { border-color: rgba(180,34,16,1); }
.btn-group > .btn-white { border-color: rgba(196,198,201,1); }
.btn-group > .btn:first-child {
border-bottom-left-radius: 2px;
border-top-left-radius: 2px;
\ No newline at end of file