}
#workspaces button:hover {
- border-radius: 8px;
- box-shadow: inherit;
- text-shadow: inherit;
- color: @base01;
- opacity: 0.8;
- background: alpha(@base07, 0.8);
- border: inherit;
- padding: 0 8px;
- transition: all 0.3s ease;
- animation: colored-gradient 10s ease infinite;
+ background: alpha(@base07, 0.7);
+}
+
+#workspaces button.focused:hover,
+#workspaces button.active:hover {
+ background: alpha(@base07, 0.7);
+ border-color: @base07;
}
#workspaces button.focused,
#temperature.critical:hover,
#temperature:hover,
#wireplumber:hover,
-#custom-wallpaper:hover {
- background-color: alpha(@base05, 0.2);
+#custom-wallpaper:hover,
+#idle_inhibitor:hover {
+ background-color: alpha(@base07, 0.3);
}
-#idle_inhibitor:hover {
- background-color: alpha(@base07, 0.8);
+#custom-launcher:hover,
+#custom-notification:hover {
+ background-color: alpha(@base07, 0.7);
}
#idle_inhibitor,
#custom-wallpaper {
padding-left: 8px;
padding-right: 8px;
- color: @base00;
- background-color: alpha(@base0D, 0.9);
+ color: @base0D;
+ background-color: alpha(@base0D, 0.3);
border-radius: 8px;
margin-top: 4px;
margin-bottom: 4px;