[gnome-shell/wip/fmuellner/notification-redux: 45/88] theme: Remove summary/tray styles



commit 998f84fbd28a84becc3c03d61ca27d346331aaff
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 12 02:08:57 2015 +0100

    theme: Remove summary/tray styles

 data/theme/gnome-shell.css |  106 --------------------------------------------
 1 files changed, 0 insertions(+), 106 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index f7801f8..04e296d 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1589,36 +1589,10 @@ StScrollBar StButton#vhandle:active {
 
 /* Message Tray */
 
-#message-tray {
-    background: #2e3436 url(message-tray-background.png);
-    background-repeat: repeat;
-    height: 72px;
-}
-
-.message-tray-summary {
-    height: 72px;
-}
-
-.message-tray-menu-button StIcon {
-    padding: 0 20px;
-    color: #aaaaaa;
-    icon-size: 24px;
-}
-
-.message-tray-menu-button:hover StIcon,
-.message-tray-menu-button:active StIcon,
-.message-tray-menu-button:focus StIcon {
-    color: #eeeeee;
-}
-
 .url-highlighter {
     link-color: #ccccff;
 }
 
-.no-messages-label {
-    color: #999999;
-}
-
 .notification {
     border-radius: 10px 10px 0px 0px;
     background: rgba(0,0,0,0.9);
@@ -1632,59 +1606,6 @@ StScrollBar StButton#vhandle:active {
     width: 34em;
 }
 
-.notification.multi-line-notification {
-    padding-bottom: 8px;
-}
-
-.notification-unexpanded {
-    /* We want to force the actor at a specific size, irrespective
-       of its minimum and preferred size, so we override both */
-    min-height: 36px;
-    height: 36px;
-}
-
-/* We use row-span = 2 for the image cell, which prevents its height preferences to be
-   taken into account during allocation, so its height ends up being limited by the height
-   of the content in the other rows. To avoid showing a stretched image, we set the minimum
-   height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */
-.notification-with-image {
-    min-height: 159px;
-}
-
-.summary-boxpointer {
-    -arrow-border-radius: 15px;
-    -arrow-background-color: rgba(0,0,0,0.9);
-    -arrow-base: 36px;
-    -arrow-rise: 18px;
-    color: white;
-    -boxpointer-gap: 4px;
-}
-
-.summary-boxpointer .notification {
-    border-radius: 9px;
-    background: rgba(0,0,0,0) !important;
-    padding-bottom: 12px;
-}
-
-.summary-boxpointer #summary-right-click-menu {
-    padding-top: 12px;
-    padding-bottom: 12px;
-}
-
-.summary-notification-stack-scrollview {
-    max-height: 18em;
-    padding-top: 8px;
-    padding-bottom: 8px;
-}
-
-.summary-notification-stack-scrollview:ltr {
-    padding-right: 8px;
-}
-
-.summary-notification-stack-scrollview:rtl {
-    padding-left: 8px;
-}
-
 .notification-scrollview {
     max-height: 10em;
     -st-vfade-offset: 24px;
@@ -1799,33 +1720,6 @@ StScrollBar StButton#vhandle:active {
     border-radius: 4px;
 }
 
-.summary-source-button {
-    padding: 6px 3px 6px 3px;
-}
-
-.summary-source-button:last-child:ltr {
-    padding-right: 6px;
-}
-
-.summary-source-button:last-child:rtl {
-    padding-left: 6px;
-}
-
-.summary-source-button:hover .summary-source {
-    background-color: rgba(255,255,255,0.1);
-}
-
-.summary-source-button:focus .summary-source,
-.summary-source-button:selected .summary-source {
-    background-color: rgba(255,255,255,0.33);
-}
-
-.summary-source {
-    border-radius: 4px;
-    padding: 0 6px 0 6px;
-    transition-duration: 100ms;
-}
-
 .summary-source-counter {
     background-image: url("summary-counter.svg");
     background-size: 2.4em;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]