made walker pretty
parent
2419fd2b14
commit
8c04230c8d
|
|
@ -35,14 +35,18 @@
|
|||
0 15px 12px rgba(0, 0, 0, 0.22);
|
||||
}
|
||||
|
||||
#search {
|
||||
box-shadow:
|
||||
0 1px 3px rgba(0, 0, 0, 0.1),
|
||||
0 1px 2px rgba(0, 0, 0, 0.22);
|
||||
background: @background;
|
||||
padding: 8px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
/*#search {
|
||||
border: 4px solid @highlight;
|
||||
color: @highlight;
|
||||
border-radius: 30px;
|
||||
background-color: @background;
|
||||
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-top: 15px;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
}*/
|
||||
|
||||
#input {
|
||||
border: 4px solid @highlight;
|
||||
|
|
@ -53,6 +57,7 @@
|
|||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-right: 15px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
|
@ -64,7 +69,7 @@
|
|||
#entry:selected {
|
||||
border: 4px solid @foreground;
|
||||
background-color: @background;
|
||||
color: @foreground;
|
||||
color: #E40046;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
|
|
@ -75,8 +80,10 @@ child {
|
|||
|
||||
child:selected,
|
||||
child:hover {
|
||||
background: alpha(@highlight, 0.4);
|
||||
background: @background;
|
||||
border: 4px solid #E40046;
|
||||
border-radius: 30px;
|
||||
color: #E40046;
|
||||
}
|
||||
|
||||
#label {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ v_align = "fill"
|
|||
[ui.window.box]
|
||||
h_align = "center"
|
||||
width = 700
|
||||
height = 500
|
||||
height = 600
|
||||
|
||||
[ui.window.box.bar]
|
||||
orientation = "horizontal"
|
||||
|
|
@ -68,7 +68,7 @@ width = 400
|
|||
|
||||
[ui.window.box.scroll.list.item.activation_label]
|
||||
h_align = "fill"
|
||||
v_align = "fill"
|
||||
v_align = "center"
|
||||
width = 20
|
||||
x_align = 0.5
|
||||
y_align = 0.5
|
||||
|
|
@ -78,28 +78,23 @@ pixel_size = 26
|
|||
theme = ""
|
||||
|
||||
[ui.window.box.scroll.list.margins]
|
||||
top = 8
|
||||
top = 20
|
||||
|
||||
[ui.window.box.search.prompt]
|
||||
name = "prompt"
|
||||
icon = "edit-find"
|
||||
theme = ""
|
||||
pixel_size = 18
|
||||
h_align = "center"
|
||||
v_align = "center"
|
||||
pixel_size = 13
|
||||
h_align = "fill"
|
||||
v_align = "top"
|
||||
|
||||
[ui.window.box.search.clear]
|
||||
name = "clear"
|
||||
icon = "edit-clear"
|
||||
theme = ""
|
||||
pixel_size = 18
|
||||
pixel_size = 13
|
||||
h_align = "center"
|
||||
v_align = "center"
|
||||
|
||||
[ui.window.box.search.input]
|
||||
h_align = "fill"
|
||||
h_expand = true
|
||||
icons = true
|
||||
|
||||
[ui.window.box.search.spinner]
|
||||
hide = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue