[gnome-shell] theme: Add :focus style for app-view-controls
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: Add :focus style for app-view-controls
- Date: Wed, 13 Mar 2013 09:48:28 +0000 (UTC)
commit 31774a7711e72ce4310576ec414d131a28e4469c
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Mar 1 20:21:58 2013 +0100
theme: Add :focus style for app-view-controls
https://bugzilla.gnome.org/show_bug.cgi?id=694951
data/theme/gnome-shell.css | 12 +++++++++++-
src/gvc | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1c025ed..a46f8a2 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -316,10 +316,20 @@ StScrollBar StButton#vhandle:active {
.notification-button:focus,
.notification-icon-button:focus,
.hotplug-notification-item:focus,
-.modal-dialog-button:focus {
+.modal-dialog-button:focus,
+.app-view-control:focus {
border-width: 2px;
}
+.app-view-control:focus {
+ padding: 3px;
+}
+
+.app-view-control:first-child:ltr:focus,
+.app-view-control:last-child:rtl:focus {
+ border-right-width: 1px;
+}
+
.candidate-page-button:active,
.candidate-page-button:pressed,
.notification-button:active,
diff --git a/src/gvc b/src/gvc
index 3d6aac6..03894ef 160000
--- a/src/gvc
+++ b/src/gvc
@@ -1 +1 @@
-Subproject commit 3d6aac673b88fff548db57a75b82e8f14723c1fe
+Subproject commit 03894efbcd010faf53bbc6e27256d27485f721b8
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]