mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix unreadable text in synapse
This commit is contained in:
parent
e7e81edc6a
commit
10f89cd3fa
@ -446,6 +446,11 @@ TotemGrilo.vertical GdMainView.frame {
|
|||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Synapse
|
||||||
|
//
|
||||||
|
SynapseGuiViewDefault *:selected { background-color: $selected_bg_color; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Fallback Mode/Budgie Panel
|
// Fallback Mode/Budgie Panel
|
||||||
//
|
//
|
||||||
|
@ -2590,6 +2590,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
|
@ -2590,6 +2590,9 @@ EphyWindow .floating-bar {
|
|||||||
TotemGrilo.vertical GdMainView.frame {
|
TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
|
|
||||||
|
SynapseGuiViewDefault *:selected {
|
||||||
|
background-color: #5294E2; }
|
||||||
|
|
||||||
.gnome-panel-menu-bar,
|
.gnome-panel-menu-bar,
|
||||||
PanelApplet > GtkMenuBar.menubar,
|
PanelApplet > GtkMenuBar.menubar,
|
||||||
PanelToplevel,
|
PanelToplevel,
|
||||||
|
Loading…
Reference in New Issue
Block a user