1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

dash: add border

This commit is contained in:
Horst3180 2016-01-31 00:54:50 +01:00
parent f934f0d8e8
commit 583a4f1440
3 changed files with 3 additions and 3 deletions

View File

@ -1113,7 +1113,7 @@ StScrollBar {
font-size: 1em;
color: #BAC3CF;
background-color: rgba(53, 57, 69, 0.95);
border: none;
border-color: rgba(0, 0, 0, 0.4);
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0; }
#dash:rtl {

View File

@ -1113,7 +1113,7 @@ StScrollBar {
font-size: 1em;
color: #BAC3CF;
background-color: rgba(53, 57, 69, 0.95);
border: none;
border-color: rgba(0, 0, 0, 0.4);
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0; }
#dash:rtl {

View File

@ -1402,7 +1402,7 @@ StScrollBar {
font-size: 1em;
color: $osd_fg_color;
background-color: $dark_sidebar_bg;
border: none;
border-color: rgba(0,0,0,0.4);
padding: 3px 0px 3px 0px;
border-radius: 0 3px 3px 0;