correction sidebar color

This commit is contained in:
antilopa 2023-12-29 13:46:54 +01:00
parent 45091feb04
commit 6a66a6348e
2 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@
@color-dark-popover-background: #1f222b;
@color-dark-popover-border: #50162d;
@color-taskmenu-background: @color-darker-background;
// @color-taskmenu-background: @color-darker-background;
@color-taskmenu-button-logout: @color-error;
@color-taskmenu-button-logout-hover: @color-error;

18
styles/styles.min.css vendored
View File

@ -335,7 +335,7 @@ html.iframe #layout-content {
@media screen and (min-width: 481px) {
#layout-menu .popover-header {
padding: 0 !important;
background-color: #1f222b !important;
background-color: #50162d !important;
}
#layout-menu .popover-header a {
display: none !important;
@ -445,7 +445,7 @@ html.layout-phone #layout-menu .popover-header a .inner {
display: none;
}
#layout-menu {
background-color: #1f222b;
background-color: #50162d;
width: 42px;
}
}
@ -511,7 +511,7 @@ font.bold {
#rcmdraglayer {
min-width: 260px;
width: 260px;
background-color: #1f222b;
background-color: #50162d;
color: #fff;
box-shadow: 3px 3px 5px #f1f3f4;
border-radius: 0.3rem;
@ -2600,21 +2600,21 @@ a.toolbar-button {
}
#taskmenu a.selected {
color: #fff;
background: #343949;
background: #782144;
}
#taskmenu a.selected:hover {
color: #fff;
background: #343949;
background: #782144;
}
#taskmenu a:hover {
color: #fff;
background: #343949;
background: #782144;
}
#taskmenu .special-buttons {
position: absolute;
bottom: 0;
left: 0;
background-color: #1f222b;
background-color: #50162d;
}
#taskmenu .action-buttons a {
color: #72384f;
@ -2622,7 +2622,7 @@ a.toolbar-button {
}
#taskmenu .action-buttons a:hover {
color: #DDDDDD;
background: #343949;
background: #782144;
}
#taskmenu a.logout {
color: #8eb726 !important;
@ -2654,7 +2654,7 @@ a.toolbar-button {
float: none;
}
#taskmenu a:focus {
background-color: #343949;
background-color: #782144;
}
#taskmenu span.inner {
padding: 0 0.1em;