This commit is contained in:
vinceliuice 2018-12-03 15:59:16 +08:00
parent 88f6abf4ce
commit 2d0e5ebd36
21 changed files with 1533 additions and 1533 deletions

View File

@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.hidden {
color: transparent;
color: rgba(0, 0, 0, 0);
}
.prompt-dialog-null-label {
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-arrow {
border-color: transparent;
border-color: rgba(0, 0, 0, 0);
color: rgba(255, 255, 255, 0.5);
}

View File

@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.hidden {
color: transparent;
color: rgba(0, 0, 0, 0);
}
.prompt-dialog-null-label {
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-arrow {
border-color: transparent;
border-color: rgba(0, 0, 0, 0);
color: rgba(255, 255, 255, 0.5);
}

View File

@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.hidden {
color: transparent;
color: rgba(0, 0, 0, 0);
}
.prompt-dialog-null-label {
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-arrow {
border-color: transparent;
border-color: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0.38);
}

View File

@ -613,7 +613,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.hidden {
color: transparent;
color: rgba(0, 0, 0, 0);
}
.prompt-dialog-null-label {
@ -999,7 +999,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-arrow {
border-color: transparent;
border-color: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0.38);
}

View File

@ -2177,7 +2177,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2177,7 +2177,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2177,7 +2177,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2177,7 +2177,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2175,7 +2175,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2175,7 +2175,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2175,7 +2175,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

View File

@ -2175,7 +2175,7 @@ headerbar scale trough, .nemo-window .primary-toolbar scale trough {
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: transparent;
background-color: rgba(0, 0, 0, 0);
}
.path-bar button {

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ $fg_color: if($variant =='light', #242424, #dedede);
$selected_fg_color: #ffffff;
$selected_bg_color: if($variant == 'light', #0046DB, #498dff);
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', rgba(black, 0.11), rgba(white, 0.12));
$borders_color: if($variant =='light', rgba(black, 0.12), rgba(white, 0.12));
$solid_borders_color: if($variant == 'light', darken($bg_color, 10%), lighten($bg_color, 10%));
$highlight: if($variant =='light', rgba(white, 0.75), transparent);