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
1=== modified file 'Ambiance/gtk-3.20/gtk-widgets.css'
2--- Ambiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
3+++ Ambiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
4@@ -1183,7 +1183,7 @@
5 .menubar {
6 -GtkWidget-window-dragging: true;
7
8- background-color: shade (@dark_bg_color, 1.10);
9+ background-color: @wm_bg_b;
10 background-image: none;
11 border-width: 0;
12
13@@ -1195,6 +1195,7 @@
14 menubar:backdrop,
15 .menubar:backdrop {
16 color: @backdrop_dark_fg_color;
17+ background-color: @dark_bg_color;
18 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);
19 }
20
21
22=== modified file 'Radiance/gtk-3.20/gtk-widgets.css'
23--- Radiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
24+++ Radiance/gtk-3.20/gtk-widgets.css 2018-04-20 01:32:43 +0000
25@@ -1188,7 +1188,7 @@
26 .menubar {
27 -GtkWidget-window-dragging: true;
28
29- background-color: shade (@dark_bg_color, 1.10);
30+ background-color: @wm_bg_b;
31 background-image: none;
32 border-width: 0;
33
34@@ -1200,6 +1200,7 @@
35 menubar:backdrop,
36 .menubar:backdrop {
37 color: @backdrop_dark_fg_color;
38+ background-color: @dark_bg_color;
39 text-shadow: 0 -1px shade (@dark_bg_color, 0.8);
40 }
41
42@@ -2759,6 +2760,12 @@
43 background-position: center;
44 }
45
46+/* Add some vertical padding to make the buttons easier to click */
47+.ssd .titlebar button.titlebutton {
48+ padding-top: 3px;
49+ padding-bottom: 3px;
50+}
51+
52 /* keep buttons closer */
53 .titlebar button.titlebutton {
54 margin-left: -3px;

Subscribers

People subscribed via source and target branches