mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
3.18: fix sidebar placeholder
This commit is contained in:
parent
a5630d0810
commit
81dd7c2b43
@ -3844,6 +3844,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: rgba(75, 81, 98, 0.95); }
|
||||
|
@ -3837,6 +3837,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: rgba(75, 81, 98, 0.95); }
|
||||
|
@ -3844,6 +3844,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: #353945; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: #4b5162; }
|
||||
|
@ -3837,6 +3837,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: #353945; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: #4b5162; }
|
||||
|
@ -3841,6 +3841,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: #353945; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: #4b5162; }
|
||||
|
@ -3841,6 +3841,9 @@ NautilusWindow.csd.background, NautilusWindow .list.sidebar {
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar {
|
||||
background-color: rgba(53, 57, 69, 0.95); }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
|
||||
border: 1px solid #5294E2; }
|
||||
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
|
||||
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
|
||||
background-color: rgba(75, 81, 98, 0.95); }
|
||||
|
@ -29,6 +29,8 @@ NautilusWindow {
|
||||
GtkPlacesSidebar.sidebar {
|
||||
background-color: $dark_sidebar_bg;
|
||||
|
||||
.sidebar-placeholder-row.list-row.activatable { border: 1px solid $selected_bg_color; }
|
||||
|
||||
.sidebar-new-bookmark-row { background-color: lighten($dark_sidebar_bg, 10%); }
|
||||
|
||||
.list-row.activatable {
|
||||
|
Loading…
Reference in New Issue
Block a user