[gnome-shell-sass] extensionDownloader: Don't reuse .prompt-* style classes



commit 68fff905b0927ff1594061d03418221c312b2f75
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Jul 16 14:54:25 2017 +0200

    extensionDownloader: Don't reuse .prompt-* style classes
    
    Those will go away when we port authentication prompts to the new
    MessageDialogContent widget, so pick the style classes from there
    and adjust individual properties with more specific rules to re-
    produce the existing style.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784985

 _common.scss |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 2cd202e..6995afc 100644
--- a/_common.scss
+++ b/_common.scss
@@ -529,6 +529,12 @@ StScrollBar {
     font-weight: bold;
   }
 
+/* Extension Dialog */
+.extension-dialog {
+  .message-dialog-main-layout { spacing: 24px; padding: 10px; }
+  .message-dialog-title { color: darken($osd_fg_color,25%); }
+}
+
 /* Network Agent Dialog */
 
 .network-dialog-secret-table {


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