Remove duplicate code and reduceing scrollbar width

This commit is contained in:
grafixeyehero 2019-05-30 00:13:49 +03:00
parent d316556817
commit faa6040516

View File

@ -202,7 +202,6 @@ h3 {
.cardOverlayContainer { .cardOverlayContainer {
border-radius: 0.8em; border-radius: 0.8em;
} }
.visualCardBox .cardOverlayContainer { .visualCardBox .cardOverlayContainer {
border-bottom-right-radius: 0em; border-bottom-right-radius: 0em;
border-bottom-left-radius: 0em; border-bottom-left-radius: 0em;
@ -368,18 +367,13 @@ h3 {
} }
.emby-checkbox:checked+span+.checkboxOutline { .emby-checkbox:checked+span+.checkboxOutline {
border-color: #8ae9c1 background-color: #8ae9c1
} }
.emby-checkbox:focus+span+.checkboxOutline { .emby-checkbox:focus+span+.checkboxOutline {
border-color: #fff;
}
.emby-checkbox:focus:not(:checked)+span+.checkboxOutline {
border-color: #8ae9c1; border-color: #8ae9c1;
} }
.emby-checkbox:checked+span+.checkboxOutline,
.itemProgressBarForeground { .itemProgressBarForeground {
background-color: #48C3C8 background-color: #48C3C8
} }
@ -400,12 +394,11 @@ h3 {
.mainDrawer { .mainDrawer {
color: #f8f8fe; color: #f8f8fe;
background: rgba(0, 0, 0, .5); background: rgba(0, 0, 0, .5)
} }
.drawer-open { .drawer-open {
background-color: #030322 background-color: #030322
} }
.navMenuOption:hover { .navMenuOption:hover {
@ -533,7 +526,7 @@ h3 {
} }
.layout-desktop ::-webkit-scrollbar { .layout-desktop ::-webkit-scrollbar {
width: 1em; width: .4em;
height: 1em height: 1em
} }
@ -542,7 +535,7 @@ h3 {
} }
::-webkit-scrollbar-track-piece { ::-webkit-scrollbar-track-piece {
background-color: #3b3b3b background-color: rgba(59, 59, 59, 0.5)
} }
::-webkit-scrollbar-thumb:horizontal, ::-webkit-scrollbar-thumb:horizontal,