[gnome-themes-standard] Add Custom CSS from gnome contacts
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Add Custom CSS from gnome contacts
- Date: Fri, 27 Jan 2012 08:14:23 +0000 (UTC)
commit 8e481039b75c9affa19cb0d6e7a54c6ddb58cb30
Author: Alexander Larsson <alexl redhat com>
Date: Fri Jan 27 09:13:58 2012 +0100
Add Custom CSS from gnome contacts
themes/Adwaita/gtk-3.0/gnome-applications.css | 126 +++++++++++++++++++++++++
1 files changed, 126 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 9dd9cee..3df97d1 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -561,3 +561,129 @@ EphyToolbar.toolbar .button {
border-radius: 4 4 0 0;
}
+/* Gnome Contacts */
+
+/* Line at top in contacts pane, similar to .documents-scrolledwin.frame */
+.contacts-content.frame {
+ border-width: 1 0 0 0;
+ border-radius: 0;
+}
+
+/* Background color in contacts pane, similar to .documents-main-view.view */
+.contacts-main-view.view {
+ background-color: #f1f2f1;
+}
+
+.contacts-suggestion {
+ background-color: #434343;
+ color: #ffffff;
+ border-radius: 4;
+}
+
+/* Border on the right in the left menu toolbar */
+.contacts-left-toolbar.toolbar.menubar {
+ border-width: 0 1 0 0;
+ border-style: solid;
+ border-color: @borders;
+}
+
+/* Sidebar with line at top and the left */
+ContactsWindow .sidebar.frame {
+ border-width: 1 1 0 0;
+ border-style: solid;
+ border-color: @borders;
+ border-image: none;
+ border-radius: 0;
+ padding: 0;
+}
+
+/* Primary toolbar with no line at top to avoid conflicts with frame border */
+ContactsWindow .primary-toolbar.toolbar {
+ border-width: 0 0 1 0;
+}
+
+ContactsWindow .sidebar,
+ContactsWindow .sidebar.view {
+ background-color: #ebebeb;
+}
+
+.contacts-button:active {
+ border-color: #000000;
+ border-image: none;
+}
+
+.contacts-entry {
+ box-shadow: none;
+ border-image: none;
+ border-width: 1;
+ border-radius: 4;
+ border-style: solid;
+ border-color: #bbbeb7;
+ background-image: none;
+ background-color: #ffffff;
+}
+
+.contacts-entry:selected,
+.contacts-entry:selected:focus {
+ background-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+}
+
+.contacts-entry.contacts-postal-entry {
+ border-radius: 0 0 0 0;
+ border-width: 1 1 0 1;
+}
+
+.contacts-entry.contacts-postal-entry:nth-child(first) {
+ border-radius: 4 4 0 0;
+}
+
+.contacts-entry.contacts-postal-entry:nth-child(last) {
+ border-radius: 0 0 4 4;
+ border-width: 1 1 1 1;
+}
+
+.contacts-combo .button {
+ border-image: none;
+ border-width: 1;
+ border-style: solid;
+ border-color: #bbbeb7;
+ background-image: none;
+ background-color: #ffffff;
+}
+
+.contacts-frame-button {
+ padding: 0;
+ border-image: none;
+ border-width: 0;
+ border-radius: 0;
+ border-style: none;
+ background-color: transparent;
+ background-image: none;
+ -adwaita-focus-border-radius: 4;
+ -GtkButton-child-displacement-x: 0;
+ -GtkButton-child-displacement-y: 0;
+}
+
+.contacts-frame-button:active {
+ background-color: #2e3436;
+}
+
+.contacts-frame-menu {
+ background-color: #2e3436;
+ color: #ffffff;
+}
+
+.contacts-notification {
+ border-style: solid;
+ border-color: #949486;
+ border-width: 0 1 1 1;
+ border-radius: 0 0 5 5;
+ padding: 8;
+ background-color: #d8d8d8;
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (rgba (0, 0, 0, 0.15)),
+ color-stop (0.15, rgba (0, 0, 0, 0.04)),
+ to (rgba (0, 0, 0, 0.0)));
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]