diff options
author | raveit65 <[email protected]> | 2015-04-21 19:26:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-21 19:27:36 +0200 |
commit | c78ec99121007a9f6c838e86c6d3d71be9f431e0 (patch) | |
tree | a59afe7dfaee748ab871a52ac1fe1f7b65b8630a | |
parent | c24f196d73eaec7b4b1a655e15cdd5ae3a089daa (diff) | |
download | mate-themes-c78ec99121007a9f6c838e86c6d3d71be9f431e0.tar.bz2 mate-themes-c78ec99121007a9f6c838e86c6d3d71be9f431e0.tar.xz |
GreenLaguna GTK3: set bg color of pluma line numbers
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 20b6e5ad..da745bf5 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -497,6 +497,11 @@ PlumaWindow .notebook tab .button.flat:hover { border-image: none; } +/* pluma line numbers */ +PlumaView { + background-color: @theme_bg_color; +} + /*********************** * Mate-Control-Center * ***********************/ |