[evince/wip/gpoo/gtk4-rebase-port: 43/72] css: remove no longer exist node, rename selection color




commit d0dd365d2c2878ac5a7995d2f016fce53d4850f5
Author: Qiu Wenbo <qiuwenbo kylinos com cn>
Date:   Tue Aug 10 18:25:32 2021 +0800

    css: remove no longer exist node, rename selection color
    
    Signed-off-by: Qiu Wenbo <qiuwenbo kylinos com cn>

 shell/evince.css | 26 ++------------------------
 1 file changed, 2 insertions(+), 24 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index cceb4bbfb..be9976057 100644
--- a/shell/evince.css
+++ b/shell/evince.css
@@ -1,7 +1,3 @@
-#ev-fullscreen-toolbar {
-    -GtkToolbar-shadow-type: none;
-}
-
 #ev-loading-message {
     background-color: @theme_bg_color;
     color: @theme_fg_color;
@@ -25,11 +21,11 @@ evview:selected {
 }
 
 evview.find-results:selected {
-    background-color: alpha (@theme_selected_bg_color, 0.3);
+    background-color: alpha(blue, 0.3);
 }
 
 evview.find-results:active {
-    background-color: alpha (@theme_selected_bg_color, 0.6);
+    background-color: alpha(@accent_bg_color, 0.6);
 }
 
 evview.document-page {
@@ -50,24 +46,6 @@ evsidebarthumbnails.page-thumbnail.inverted {
     background-color: black;
 }
 
-@binding-set MoveCursor {
-    unbind "<Control>p";
-    unbind "<Control>n";
-}
-
-iconview {
-    -gtk-key-bindings: MoveCursor;
-}
-
-@binding-set HorizontalScroll {
-    unbind "<Control>Right";
-    unbind "<Control>Left";
-}
-
-scrolledwindow {
-    -gtk-key-bindings: HorizontalScroll;
-}
-
 evpresentationview {
     background-color: black;
 }


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