mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Fix dark background in gnucash entries
This commit is contained in:
@@ -192,7 +192,15 @@
|
||||
/*********
|
||||
* Gnucash *
|
||||
*********/
|
||||
.GncMainWindow entry.register-foreground {
|
||||
background: transparent;
|
||||
border: none;
|
||||
#gnc-id-main-window {
|
||||
entry.gnc-class-register-foreground {
|
||||
background: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.arrow.button.toggle {
|
||||
transition: none;
|
||||
box-shadow: none;
|
||||
&:hover { border-color: $selected_bg_color; }
|
||||
}
|
||||
}
|
||||
@@ -5701,9 +5701,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
/*********
|
||||
* Gnucash *
|
||||
*********/
|
||||
.GncMainWindow entry.register-foreground {
|
||||
#gnc-id-main-window entry.gnc-class-register-foreground {
|
||||
background: transparent;
|
||||
border: none; }
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
|
||||
#gnc-id-main-window .arrow.button.toggle {
|
||||
transition: none;
|
||||
box-shadow: none; }
|
||||
#gnc-id-main-window .arrow.button.toggle:hover {
|
||||
border-color: #F67E7D; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #181b28;
|
||||
|
||||
@@ -5701,9 +5701,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
/*********
|
||||
* Gnucash *
|
||||
*********/
|
||||
.GncMainWindow entry.register-foreground {
|
||||
#gnc-id-main-window entry.gnc-class-register-foreground {
|
||||
background: transparent;
|
||||
border: none; }
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
|
||||
#gnc-id-main-window .arrow.button.toggle {
|
||||
transition: none;
|
||||
box-shadow: none; }
|
||||
#gnc-id-main-window .arrow.button.toggle:hover {
|
||||
border-color: #F67E7D; }
|
||||
|
||||
.xfce4-panel.panel {
|
||||
background-color: #181b28;
|
||||
|
||||
Reference in New Issue
Block a user