From d86698bfdae37545dfe848b4c5b1a493b81dbe38 Mon Sep 17 00:00:00 2001 From: gilbn Date: Sat, 29 Feb 2020 11:57:05 +0100 Subject: [PATCH] portainer #30 fix --- CSS/themes/portainer/portainer-base.css | 34 ++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CSS/themes/portainer/portainer-base.css b/CSS/themes/portainer/portainer-base.css index 93e4c787..63dcf2ae 100644 --- a/CSS/themes/portainer/portainer-base.css +++ b/CSS/themes/portainer/portainer-base.css @@ -201,6 +201,12 @@ } .btn.focus, .btn:focus, .btn:hover { color: #fff; +} +.ui-select-bootstrap>.ui-select-match>.btn:hover, .ui-select-bootstrap>.ui-select-match>.btn:focus { + text-align: left!important; + color: #fff; + background-color: rgba(255, 255, 255, 0.25); + border-color: #00000000; } /* PAGINATION */ .pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { @@ -359,4 +365,30 @@ } .modal-footer { border-top: 1px solid rgba(255, 255, 255, .20); - } \ No newline at end of file + } + /* STACKS / SERVICES TABLES */ + .widget .widget-body table tbody { + background-color:transparent !important; + background:transparent !important; + } + .widget .widget-body table .ng-scope tr { + background: rgba(0, 0, 0, .25) !important; + background-color: rgba(0, 0, 0, .25) !important; + } + .widget .widget-body table thead { + background-color:rgba(0, 0, 0, .25) !important; + background:rgba(0, 0, 0, .25) !important; + } + .widget .widget-body table tbody .ng-isolate-scope div { + background-color: rgba(0, 0, 0, .25) !important; + background: rgba(0, 0, 0, 0) !important; + } + .widget .widget-body table tbody tr:hover { + background-color:#0000 !important; + background:rgba(0, 0, 0, 0) !important; + } + .widget .widget-body table thead tr:hover { + background-color:rgba(0, 0, 0, .35) !important; + background:rgba(0, 0, 0, .35) !important; + } + \ No newline at end of file