[gnome-software] Extend the white box to the bottom



commit 659ffd8eb5f747c6fb80fc8b1ea0077d00430e5e
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jul 8 16:06:33 2016 +0100

    Extend the white box to the bottom
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=768575

 src/gs-shell-installed.ui |    3 +++
 src/gs-shell-updates.ui   |    3 +++
 src/gtk-style.css         |    4 ++++
 3 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-installed.ui b/src/gs-shell-installed.ui
index 0cc34aa..68d00af 100644
--- a/src/gs-shell-installed.ui
+++ b/src/gs-shell-installed.ui
@@ -28,6 +28,9 @@
           <object class="GtkBox" id="box_install">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
+            <style>
+              <class name="app-list"/>
+            </style>
             <child>
               <object class="GtkScrolledWindow" id="scrolledwindow_install">
                 <property name="visible">True</property>
diff --git a/src/gs-shell-updates.ui b/src/gs-shell-updates.ui
index 770fe40..d2eeccd 100644
--- a/src/gs-shell-updates.ui
+++ b/src/gs-shell-updates.ui
@@ -64,6 +64,9 @@
                   <object class="GtkBox" id="list_box_updates_box">
                     <property name="visible">True</property>
                     <property name="orientation">vertical</property>
+                    <style>
+                      <class name="app-list"/>
+                    </style>
                     <child>
                       <object class="GsUpgradeBanner" id="upgrade_banner">
                         <property name="visible">False</property>
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 55c2d01..cfbe6b0 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -99,6 +99,10 @@
        background-color: mix(@theme_base_color,@theme_bg_color,0.3);
 }
 
+.app-list {
+       background-color: @theme_base_color;
+}
+
 .view.tile:hover {
        background-color: @theme_base_color;
 }


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