[gnome-shell] theme: remove unused references to dash-search-button
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] theme: remove unused references to dash-search-button
- Date: Wed, 20 Feb 2013 16:57:45 +0000 (UTC)
commit ff4926be358aad022951477ebf3b63d6cf03ce0e
Author: Allan Day <allanpday gmail com>
Date: Wed Feb 20 16:21:20 2013 +0000
theme: remove unused references to dash-search-button
The search provider buttons have been removed, so we don't need
their styling in the css.
https://bugzilla.gnome.org/show_bug.cgi?id=694289
data/theme/gnome-shell.css | 25 -------------------------
1 files changed, 0 insertions(+), 25 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 82ed45a..0505544 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -287,7 +287,6 @@ StScrollBar StButton#vhandle:active {
/* Buttons */
.candidate-page-button,
-.dash-search-button,
.notification-button,
.notification-icon-button,
.hotplug-notification-item,
@@ -300,13 +299,11 @@ StScrollBar StButton#vhandle:active {
background-gradient-end: rgba(255, 255, 255, 0);
}
-.dash-search-button,
.modal-dialog-button {
font-weight: bold;
}
.candidate-page-button:hover,
-.dash-search-button:hover,
.notification-button:hover,
.notification-icon-button:hover,
.hotplug-notification-item:hover,
@@ -316,8 +313,6 @@ StScrollBar StButton#vhandle:active {
background-gradient-end: rgba(255, 255, 255, 0.1);
}
-.dash-search-button:selected,
-.dash-search-button:focus,
.notification-button:focus,
.notification-icon-button:focus,
.hotplug-notification-item:focus,
@@ -327,8 +322,6 @@ StScrollBar StButton#vhandle:active {
.candidate-page-button:active,
.candidate-page-button:pressed,
-.dash-search-button:active,
-.dash-search-button:pressed,
.notification-button:active,
.notification-icon-button:active,
.hotplug-notification-item:active,
@@ -831,24 +824,6 @@ StScrollBar StButton#vhandle:active {
spacing: 3px;
}
-/* Text labels are an odd number of pixels tall. The uneven top and bottom
- * padding compensates for this and ensures that the label is vertically
- * centered */
-.dash-search-button {
- border-radius: 16px;
- padding-top: 4px;
- padding-bottom: 5px;
- width: 300px;
- font-weight: bold;
-}
-
-.dash-search-button:focus,
-.dash-search-button:selected {
- padding-top: 3px;
- padding-bottom: 4px;
- width: 298px;
-}
-
.dash-label {
border-radius: 7px;
padding: 4px 12px;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]