mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-12 05:15:18 +00:00
Added an accent to active tab. Improved GTK4 so its css better overrides libadwaita's when linked or copied to ~/.config/gtk-4.0/gtk.css
This commit is contained in:
parent
3f5b9b74b8
commit
623f8caa89
14 changed files with 530 additions and 413 deletions
12
source/common/nautilus.scss
Normal file
12
source/common/nautilus.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.nautilus-path-bar .path-buttons-box {
|
||||
//border-width: $border_width;
|
||||
//border-style: solid;
|
||||
//@include relief($button_bg);
|
||||
//color: $button_fg;
|
||||
//padding: 0;
|
||||
button {
|
||||
@extend %button_basic;
|
||||
@extend %button_basic_flat;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue