summaryrefslogtreecommitdiff
path: root/src/resources/css/Adwaita.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/css/Adwaita.css')
-rw-r--r--src/resources/css/Adwaita.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index d4513e968..409e7b40a 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -225,3 +225,21 @@ actionbar
/* Same as sidebar_bg_color in gtk */
background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
}
+
+actionbar button,
+actionbar button:hover
+{
+ margin: 2px;
+ border-color: transparent;
+ border-width: 0px;
+ border-radius: 0px;
+}
+
+actionbar button:hover
+{
+ background-image: none;
+ border-color: transparent;
+ box-shadow: none;
+ background-color: mix (@theme_bg_color, black, 0.06);
+ transition-duration: 100ms;
+} \ No newline at end of file