[gnome-games] savestates-list: Remove left and right borders



commit c044570f84521c915cc8647071ddad00bc1643ec
Author: Yetizone <andreii lisita gmail com>
Date:   Sat Aug 10 13:52:30 2019 +0300

    savestates-list: Remove left and right borders

 data/gtk-style.css         | 5 +++++
 data/ui/savestates-list.ui | 3 +++
 2 files changed, 8 insertions(+)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 410a5f59..46f526f2 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -22,6 +22,11 @@
   border-radius: 5px;
 }
 
+.savestates-list {
+  border-left: none;
+  border-right: none;
+}
+
 gamesgamethumbnail {
        background-color: mix (@theme_base_color, @theme_bg_color, 0.5);
        border-width: 1px;
diff --git a/data/ui/savestates-list.ui b/data/ui/savestates-list.ui
index 4fca186f..99b2d183 100644
--- a/data/ui/savestates-list.ui
+++ b/data/ui/savestates-list.ui
@@ -64,6 +64,9 @@
                         </child>
                       </object>
                     </child>
+                    <style>
+                      <class name="savestates-list"/>
+                    </style>
                   </object>
                 </child>
               </object>


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