diff --git a/CSS/themes/graforg.css b/CSS/themes/graforg.css index 8baa84da..b5f02dd4 100644 --- a/CSS/themes/graforg.css +++ b/CSS/themes/graforg.css @@ -185,3 +185,16 @@ div.flot-text { .tabbed-view-panel-title { padding-left: 10px; } +/* New Dashboard */ +.add-panel__item { + background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25)); + box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0); +} +.add-panel__item.active, .add-panel__item:hover { + background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); +} +.add-panel__header { + background: rgba(0, 0, 0, 0.25); + box-shadow: none; + border-bottom: 0px; +} diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 8e6f7c0d..e2454c9d 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -241,3 +241,16 @@ border-color: #b56d16; .btn-outline-disabled { color: #fff; } +/* New Dashboard */ +.add-panel__item { + background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25)); + box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0); +} +.add-panel__item.active, .add-panel__item:hover { + background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)); +} +.add-panel__header { + background: rgba(0, 0, 0, 0.25); + box-shadow: none; + border-bottom: 0px; +}