removed the arrow keys from resizing because of it not being used
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user