Merge lp:~cjohnston/ubuntu/utopic/horizon/1308651 into lp:ubuntu/utopic/horizon

Proposed by Chris Johnston
Status: Merged
Approved by: James Page
Approved revision: 71
Merge reported by: James Page
Merged at revision: not available
Proposed branch: lp:~cjohnston/ubuntu/utopic/horizon/1308651
Merge into: lp:ubuntu/utopic/horizon
Diff against target: 54 lines (+34/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/fix-ubuntu-theme.patch (+26/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~cjohnston/ubuntu/utopic/horizon/1308651
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+235741@code.launchpad.net

Commit message

debian/patches/fix-ubuntu-theme.patch: Fix Ubuntu theme dropdown and confirmation button. (LP: #1308651)

Description of the change

Fixes dropdown text not being visible and confirmation button text coloring.

To post a comment you must log in.
71. By Chris Johnston

debian/patches/fix-ubuntu-theme.patch: Fix Ubuntu theme dropdown and confirmation button. (LP: #1308651)

Revision history for this message
James Page (james-page) :
review: Approve
Revision history for this message
James Page (james-page) wrote :

I'll merge this with my next upload - thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-07-25 11:39:09 +0000
+++ debian/changelog 2014-09-24 03:33:38 +0000
@@ -1,3 +1,10 @@
1horizon (1:2014.2~b2-0ubuntu2) utopic; urgency=medium
2
3 * debian/patches/fix-ubuntu-theme.patch: Fix Ubuntu theme dropdown and
4 confirmation button. (LP: #1308651)
5
6 -- Chris Johnston <chrisjohnston@ubuntu.com> Tue, 23 Sep 2014 23:24:19 -0400
7
1horizon (1:2014.2~b2-0ubuntu1) utopic; urgency=medium8horizon (1:2014.2~b2-0ubuntu1) utopic; urgency=medium
29
3 * New upstream release.10 * New upstream release.
411
=== added file 'debian/patches/fix-ubuntu-theme.patch'
--- debian/patches/fix-ubuntu-theme.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-ubuntu-theme.patch 2014-09-24 03:33:38 +0000
@@ -0,0 +1,26 @@
1Index: test2/debian/theme/css/ubuntu.css
2===================================================================
3--- test2.orig/debian/theme/css/ubuntu.css
4+++ test2/debian/theme/css/ubuntu.css
5@@ -1805,7 +1805,7 @@ table .span12 {
6 .btn-inverse,
7 .btn-inverse:hover {
8 text-shadow: 0 -1px 0 rgba(0,0,0,.25);
9- color: #ffffff;
10+ color: #ffffff !important;
11 }
12 .btn-primary.active,
13 .btn-warning.active,
14@@ -3868,6 +3868,12 @@ dt {
15 line-height: 20px;
16 font-size: 13px !important;
17 }
18+#editor_list li > a {
19+ color: #555555;
20+}
21+#editor_list li > a:hover {
22+ color: #ffffff;
23+}
24 .page-header {
25 margin: 0 0 5px 0;
26 padding: 0 0 5px 0;
027
=== modified file 'debian/patches/series'
--- debian/patches/series 2014-07-25 11:39:09 +0000
+++ debian/patches/series 2014-09-24 03:33:38 +0000
@@ -6,3 +6,4 @@
66
7#fix-ubuntu-tests.patch7#fix-ubuntu-tests.patch
8ubuntu_settings.patch8ubuntu_settings.patch
9fix-ubuntu-theme.patch

Subscribers

People subscribed via source and target branches