1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

fix unreadable text in synapse for gtk 3.14

This commit is contained in:
Horst3180 2015-06-16 19:18:43 +02:00
parent e5fcaf8978
commit 6afed50439
3 changed files with 11 additions and 0 deletions

View File

@ -398,6 +398,11 @@ TotemGrilo.vertical GdMainView.frame {
border-width: 0;
}
//
// Synapse
//
SynapseGuiViewDefault *:selected { background-color: $selected_bg_color; }
//
// Fallback Mode/Budgie Panel
//

View File

@ -2645,6 +2645,9 @@ EphyWindow .floating-bar {
TotemGrilo.vertical GdMainView.frame {
border-width: 0; }
SynapseGuiViewDefault *:selected {
background-color: #5294E2; }
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelToplevel,

View File

@ -2645,6 +2645,9 @@ EphyWindow .floating-bar {
TotemGrilo.vertical GdMainView.frame {
border-width: 0; }
SynapseGuiViewDefault *:selected {
background-color: #5294E2; }
.gnome-panel-menu-bar,
PanelApplet > GtkMenuBar.menubar,
PanelToplevel,