mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
New dashboard fix
This commit is contained in:
parent
b9beda9498
commit
1e14039841
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user