Skip to content

Commit

Permalink
Fix floating-bar and more
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Jun 30, 2020
1 parent aa541ab commit 40804af
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 0 deletions.
66 changes: 66 additions & 0 deletions gtk/src/Plano/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,72 @@ XfdesktopIconView.view {
}
}

// Floating status bar
.floating-bar {
padding: 1px;
background-color: $base_color;
border-width: 1px;
border-style: solid solid none;
border-color: $borders_color;
border-radius: $button_radius $button_radius 0 0;

&.bottom.left { // axes left border and border radius
border-left-style: none;
border-top-left-radius: 0;
}

&.bottom.right { // axes right border and border radius
border-right-style: none;
border-top-right-radius: 0;
}

&:backdrop {
background-color: $backdrop_base_color;
border-color: $backdrop_borders_color;
}
}

.floating-bar button {
padding: 0px;
}

// view
.search-information {
background-color: $selected_bg_color;
color: $selected_fg_color;
padding: 2px;
}

// Hide superfluous treeview drop target indication
.nautilus-list-view .view.dnd {
border-style: none;
}

// Icon view
flowboxchild:selected {
background-color:transparent;
}

.icon-background {
background-color: black;
border-color: $selected_bg_color;
border-style: solid;
border-width: 0px;
}

flowboxchild > .icon-item-background {
padding: 4px;
}

flowboxchild:selected > .icon-item-background {
padding: 4px;
background-color: $selected_bg_color;
border-color: $selected_bg_color;
border-style: solid;
border-width: 0px;
border-radius: $button_radius;
}

// Thunar
.thunar {
.standard-view { border-width: 0; }
Expand Down
22 changes: 22 additions & 0 deletions gtk/src/Plano/gtk-3.0/gtk-alt-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2198,6 +2198,28 @@ XfdesktopIconView.view .rubberband { border-radius: 0; }

.disk-space-display.free.border { color: shade(#eeeeec, 0.7); }

.floating-bar { padding: 1px; background-color: #ffffff; border-width: 1px; border-style: solid solid none; border-color: #c3c6c9; border-radius: 0 0 0 0; }

.floating-bar.bottom.left { border-left-style: none; border-top-left-radius: 0; }

.floating-bar.bottom.right { border-right-style: none; border-top-right-radius: 0; }

.floating-bar:backdrop { background-color: #fcfcfc; border-color: #cbcdd0; }

.floating-bar button { padding: 0px; }

.search-information { background-color: #4a90d9; color: #ffffff; padding: 2px; }

.nautilus-list-view .view.dnd, .nautilus-list-view iconview.dnd { border-style: none; }

flowboxchild:selected { background-color: transparent; }

.icon-background { background-color: black; border-color: #4a90d9; border-style: solid; border-width: 0px; }

flowboxchild > .icon-item-background { padding: 4px; }

flowboxchild:selected > .icon-item-background { padding: 4px; background-color: #4a90d9; border-color: #4a90d9; border-style: solid; border-width: 0px; border-radius: 0; }

.thunar .standard-view { border-width: 0; }

.thunar .sidebar .view, .thunar .sidebar iconview { background-color: #f5f6f6; }
Expand Down
22 changes: 22 additions & 0 deletions gtk/src/Plano/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2066,6 +2066,28 @@ XfdesktopIconView.view .rubberband { border-radius: 0; }

.disk-space-display.free.border { color: shade(#eeeeec, 0.7); }

.floating-bar { padding: 1px; background-color: #232729; border-width: 1px; border-style: solid solid none; border-color: #2a2e30; border-radius: 0 0 0 0; }

.floating-bar.bottom.left { border-left-style: none; border-top-left-radius: 0; }

.floating-bar.bottom.right { border-right-style: none; border-top-right-radius: 0; }

.floating-bar:backdrop { background-color: #252a2c; border-color: #2b3132; }

.floating-bar button { padding: 0px; }

.search-information { background-color: #4a90d9; color: #ffffff; padding: 2px; }

.nautilus-list-view .view.dnd, .nautilus-list-view iconview.dnd { border-style: none; }

flowboxchild:selected { background-color: transparent; }

.icon-background { background-color: black; border-color: #4a90d9; border-style: solid; border-width: 0px; }

flowboxchild > .icon-item-background { padding: 4px; }

flowboxchild:selected > .icon-item-background { padding: 4px; background-color: #4a90d9; border-color: #4a90d9; border-style: solid; border-width: 0px; border-radius: 0; }

.thunar .standard-view { border-width: 0; }

.thunar .sidebar .view, .thunar .sidebar iconview { background-color: #2b3032; }
Expand Down
22 changes: 22 additions & 0 deletions gtk/src/Plano/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,28 @@ XfdesktopIconView.view .rubberband { border-radius: 0; }

.disk-space-display.free.border { color: shade(#eeeeec, 0.7); }

.floating-bar { padding: 1px; background-color: #ffffff; border-width: 1px; border-style: solid solid none; border-color: #c3c6c9; border-radius: 0 0 0 0; }

.floating-bar.bottom.left { border-left-style: none; border-top-left-radius: 0; }

.floating-bar.bottom.right { border-right-style: none; border-top-right-radius: 0; }

.floating-bar:backdrop { background-color: #fcfcfc; border-color: #cbcdd0; }

.floating-bar button { padding: 0px; }

.search-information { background-color: #4a90d9; color: #ffffff; padding: 2px; }

.nautilus-list-view .view.dnd, .nautilus-list-view iconview.dnd { border-style: none; }

flowboxchild:selected { background-color: transparent; }

.icon-background { background-color: black; border-color: #4a90d9; border-style: solid; border-width: 0px; }

flowboxchild > .icon-item-background { padding: 4px; }

flowboxchild:selected > .icon-item-background { padding: 4px; background-color: #4a90d9; border-color: #4a90d9; border-style: solid; border-width: 0px; border-radius: 0; }

.thunar .standard-view { border-width: 0; }

.thunar .sidebar .view, .thunar .sidebar iconview { background-color: #f5f6f6; }
Expand Down

0 comments on commit 40804af

Please sign in to comment.