[sysprof/wip/gtk4-port: 108/125] css: fix trough styling




commit 4ba4f14c731540b6f9afb2ec2d36e40f4dbf5b5e
Author: Christian Hergert <chergert redhat com>
Date:   Fri Oct 1 14:13:19 2021 -0700

    css: fix trough styling

 src/libsysprof-ui/css/SysprofDisplay-shared.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libsysprof-ui/css/SysprofDisplay-shared.css b/src/libsysprof-ui/css/SysprofDisplay-shared.css
index 4c992489..a4ca6d57 100644
--- a/src/libsysprof-ui/css/SysprofDisplay-shared.css
+++ b/src/libsysprof-ui/css/SysprofDisplay-shared.css
@@ -30,11 +30,11 @@ SysprofVisualizersFrame scrollbar.horizontal {
   background: transparent;
   }
 
-SysprofVisualizersFrame scrollbar.horizontal contents trough {
+SysprofVisualizersFrame scrollbar.horizontal range trough {
   background: transparent;
   }
 
-SysprofVisualizersFrame scrollbar.horizontal contents trough slider {
+SysprofVisualizersFrame scrollbar.horizontal range trough slider {
   margin-left: 1px;
   margin-right: 1px;
   padding: 6px;


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