1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

changed button to match plex

This commit is contained in:
GilbN 2018-12-26 12:37:27 +01:00
parent 5a30e1b914
commit 6f7bd74944

View File

@ -226,3 +226,18 @@ div.flot-text {
.tabbed-view-panel-title {
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;
}