[gnome-themes-standard] documents: add CSS for the Documents notification
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] documents: add CSS for the Documents notification
- Date: Mon, 5 Mar 2012 22:27:39 +0000 (UTC)
commit 1a6cf400ce759c5a38f327c5ee3060851e11f11e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Mar 5 10:36:52 2012 -0500
documents: add CSS for the Documents notification
themes/Adwaita/gtk-3.0/gnome-applications.css | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index b827eb2..bf2f272 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -463,6 +463,20 @@ GtkIconView.documents-main-view.check:active {
color: shade(@documents_emblem_bg, 2.10);
}
+.documents-osd .documents-notification {
+ border-style: solid;
+ border-color: #949486;
+ border-width: 0 1px 1px 1px;
+ border-radius: 0 0 5px 5px;
+ padding: 8px;
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from(#aeaea4),
+ color-stop(0.18, #d1d1cb),
+ to(#d8d8d3));
+ text-shadow: @primary_toolbar_button_text_shadow 0 1;
+}
+
/* epiphany */
/* EphyToolbar.toolbar {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]