vendor/assets/stylesheets/button.css.scss in flashgrid-4.0.6 vs vendor/assets/stylesheets/button.css.scss in flashgrid-4.0.7
- old
+ new
@@ -21,11 +21,11 @@
border: 1px solid rgba(225,232,237,1);
border-radius: 2px;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 1px 0 rgba(255,255,255,1);
- color: rgba(71,74,84,1);
+ color: rgba(43,50,53,1);
cursor: pointer;
display: inline-block;
font-size: 13px;
-webkit-font-smoothing: antialiased;
font-weight: bold;
@@ -50,11 +50,11 @@
background: rgba(234,237,239,1);
text-decoration: none;
}
.btn[disabled],
.btn[disabled]:hover {
- color: rgba(71,74,84,1);
+ color: rgba(43,50,53,1);
cursor: not-allowed;
}
.btn:active,
.btn[disabled]:active {
-webkit-transition: all 0.1s linear;
@@ -211,21 +211,21 @@
}
.btn-yellow {
background: rgba(255,217,15,1);
border-color: rgba(240,202,0,1);
box-shadow: inset 0 1px 0 rgba(255,237,35,1);
- color: rgba(255,255,255,1) !important;
+ color: rgba(43,50,53,1) !important;
}
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow[disabled],
.btn-yellow[disabled]:hover,
-.open > .dropdown-toggle.btn-blue {
+.open > .dropdown-toggle.btn-yellow {
background: rgba(255,227,25,1);
- color: rgba(255,255,255,1) !important;
+ color: rgba(43,50,53,1) !important;
}
/* #Button Links
================================================== */
.btn-link {
@@ -240,11 +240,11 @@
.btn-link:hover,
.btn-link:focus,
.btn-link[disabled],
.btn-link[disabled]:hover {
background: transparent;
- color: rgba(71,74,84,1) !important;
+ color: rgba(43,50,53,1) !important;
}
/* #Button Icons
================================================== */
.btn-icon {
@@ -290,10 +290,10 @@
.btn-outline:hover,
.btn-outline:focus,
.btn-outline[disabled],
.btn-outline[disabled]:hover {
background: transparent;
- color: rgba(71,74,84,1) !important;
+ color: rgba(43,50,53,1) !important;
}
.btn-outline[disabled],
.btn-outline[disabled]:hover {
border-color: rgba(174,182,192,1);
color: rgba(174,182,192,1) !important;
\ No newline at end of file