Merge lp:~3v1n0/ubuntu-themes/menubar-colors-fixes into lp:ubuntu-themes

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 620
Merged at revision: 621
Proposed branch: lp:~3v1n0/ubuntu-themes/menubar-colors-fixes
Merge into: lp:ubuntu-themes
Prerequisite: lp:~3v1n0/ubuntu-themes/theme-colors-definitions
Diff against target: 54 lines (+10/-2)
2 files modified
Ambiance/gtk-3.20/gtk-widgets.css (+2/-1)
Radiance/gtk-3.20/gtk-widgets.css (+8/-1)
To merge this branch: bzr merge lp:~3v1n0/ubuntu-themes/menubar-colors-fixes
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+343663@code.launchpad.net

Commit message

Ambiance, Radiance: uniform the bg color of decoration and menubar

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.20/gtk-widgets.css'
--- Ambiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
+++ Ambiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
@@ -1183,7 +1183,7 @@
1183.menubar {1183.menubar {
1184 -GtkWidget-window-dragging: true;1184 -GtkWidget-window-dragging: true;
11851185
1186 background-color: shade (@dark_bg_color, 1.10);1186 background-color: @wm_bg_b;
1187 background-image: none;1187 background-image: none;
1188 border-width: 0;1188 border-width: 0;
11891189
@@ -1195,6 +1195,7 @@
1195menubar:backdrop,1195menubar:backdrop,
1196.menubar:backdrop {1196.menubar:backdrop {
1197 color: @backdrop_dark_fg_color;1197 color: @backdrop_dark_fg_color;
1198 background-color: @dark_bg_color;
1198 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);1199 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);
1199}1200}
12001201
12011202
=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
--- Radiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
+++ Radiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
@@ -1188,7 +1188,7 @@
1188.menubar {1188.menubar {
1189 -GtkWidget-window-dragging: true;1189 -GtkWidget-window-dragging: true;
11901190
1191 background-color: shade (@dark_bg_color, 1.10);1191 background-color: @wm_bg_b;
1192 background-image: none;1192 background-image: none;
1193 border-width: 0;1193 border-width: 0;
11941194
@@ -1200,6 +1200,7 @@
1200menubar:backdrop,1200menubar:backdrop,
1201.menubar:backdrop {1201.menubar:backdrop {
1202 color: @backdrop_dark_fg_color;1202 color: @backdrop_dark_fg_color;
1203 background-color: @dark_bg_color;
1203 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);1204 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);
1204}1205}
12051206
@@ -2759,6 +2760,12 @@
2759 background-position: center;2760 background-position: center;
2760}2761}
27612762
2763/* Add some vertical padding to make the buttons easier to click */
2764.ssd .titlebar button.titlebutton {
2765 padding-top: 3px;
2766 padding-bottom: 3px;
2767}
2768
2762/* keep buttons closer */2769/* keep buttons closer */
2763.titlebar button.titlebutton {2770.titlebar button.titlebutton {
2764 margin-left: -3px;2771 margin-left: -3px;

Subscribers

People subscribed via source and target branches