Browse Source

changed button to match plex

pull/4/head
GilbN 6 years ago
parent
commit
6f7bd74944
  1. 15
      CSS/themes/grafplex.css

15
CSS/themes/grafplex.css

@ -226,3 +226,18 @@ div.flot-text {
.tabbed-view-panel-title { .tabbed-view-panel-title {
padding-left: 10px; padding-left: 10px;
} }
/* buttons */
.btn-inverse {
border-color: #b56d16;
color: #fff;
background-color: #cc7b19;
-webkit-transition: background-color .1s;
transition: background-color .1s;
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .btn-inverse[disabled] {
color: #fff;
background-color: #e59029;
}
.btn-outline-disabled {
color: #fff;
}

Loading…
Cancel
Save