Browse Source

button butt

pull/1/head
GilbN 7 years ago
parent
commit
cd30aa96c1
  1. 8
      CSS/themes/orgarr-ALPHA.css
  2. 1
      CSS/themes/orgarr-blur-ALPHA.css

8
CSS/themes/orgarr-ALPHA.css

@ -502,6 +502,14 @@ pre {
border-color: #FFF;
}
/* save button */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
border-color: transparent;
}
/* blue button */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
color: #fff;

1
CSS/themes/orgarr-blur-ALPHA.css

@ -541,6 +541,7 @@ pre {
color: #FFF;
border-color: #FFF;
}
/* save button */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {

Loading…
Cancel
Save