From 6f7bd74944f122c42384fc44f81800af9ceb53fa Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 26 Dec 2018 12:37:27 +0100 Subject: [PATCH] changed button to match plex --- CSS/themes/grafplex.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index e2001ae4..8e6f7c0d 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -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; +}