Merge lp:~seb128/ubuntu-themes/basic-appnotification-theme into lp:ubuntu-themes

Proposed by Sebastien Bacher on 2015-12-16
Status: Merged
Approved by: Sebastien Bacher on 2015-12-16
Approved revision: 459
Merged at revision: 462
Proposed branch: lp:~seb128/ubuntu-themes/basic-appnotification-theme
Merge into: lp:ubuntu-themes
Diff against target: 39 lines (+18/-0)
2 files modified
Ambiance/gtk-3.0/gtk-widgets.css (+9/-0)
Radiance/gtk-3.0/gtk-widgets.css (+9/-0)
To merge this branch: bzr merge lp:~seb128/ubuntu-themes/basic-appnotification-theme
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve on 2015-12-16
Didier Roche 2015-12-16 Approve on 2015-12-16
Review via email: mp+280735@code.launchpad.net

Commit Message

Basic "app-notification" theming to avoid weirdness in nautilus

Description of the Change

Basic "app-notification" theming to avoid weirdness in nautilus

To post a comment you must log in.
Didier Roche (didrocks) wrote :

based on screenshots, +1 :)
The css doesn't look shocking either

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.0/gtk-widgets.css'
2--- Ambiance/gtk-3.0/gtk-widgets.css 2015-11-24 09:57:59 +0000
3+++ Ambiance/gtk-3.0/gtk-widgets.css 2015-12-16 15:32:34 +0000
4@@ -464,6 +464,15 @@
5 color: @selected_fg_color;
6 }
7
8+/* Application notification */
9+.app-notification,
10+.app-notification.frame {
11+ padding: 3px;
12+ border-width: 0 1px 1px;
13+ border-style: solid;
14+ background-color: @bg_color;
15+}
16+
17 /************
18 * expander *
19 ************/
20
21=== modified file 'Radiance/gtk-3.0/gtk-widgets.css'
22--- Radiance/gtk-3.0/gtk-widgets.css 2015-11-24 09:57:59 +0000
23+++ Radiance/gtk-3.0/gtk-widgets.css 2015-12-16 15:32:34 +0000
24@@ -486,6 +486,15 @@
25 color: @selected_fg_color;
26 }
27
28+/* Application notification */
29+.app-notification,
30+.app-notification.frame {
31+ padding: 3px;
32+ border-width: 0 1px 1px;
33+ border-style: solid;
34+ background-color: @bg_color;
35+}
36+
37 /************
38 * expander *
39 ************/

Subscribers

People subscribed via source and target branches