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