removed the arrow keys from resizing because of it not being used

This commit is contained in:
Robin
2025-08-23 00:59:53 +02:00
parent b5868482ec
commit 9613179b02
2 changed files with 8 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
@import url('../../.config/wal/colors-waybar.css');
@import url('.config/wal/colors-waybar.css');
@define-color mauve @color4;
@define-color red @color5;
@@ -18,7 +18,7 @@
outline: none;
border: none;
text-shadow:none;
background-color: @background;
background-color: transparent;
}
window {
@@ -55,7 +55,7 @@ window {
}
#input image {
border: none;
color: @red;
color: @mauve;
padding-right:10px;
}
#input * {
@@ -101,5 +101,5 @@ window {
color: @mauve;
}
#entry:drop(active) {
background-color: @lavender !important;
background-color: @lavender;
}