Make dmenu.rasi look more like dmenu
This commit is contained in:
parent
e17b591590
commit
f4ba11d7ef
1 changed files with 9 additions and 8 deletions
|
@ -3,19 +3,18 @@
|
||||||
* User: Qball
|
* User: Qball
|
||||||
* Copyright: Dave Davenport
|
* Copyright: Dave Davenport
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
background-color: Black;
|
background-color: #222222;
|
||||||
border-color: White;
|
text-color: white;
|
||||||
text-color: White;
|
|
||||||
font: "Times New Roman 12";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
anchor: north;
|
anchor: north;
|
||||||
location: north;
|
location: north;
|
||||||
width: 100%;
|
|
||||||
padding: 4px;
|
|
||||||
children: [ horibox ];
|
children: [ horibox ];
|
||||||
|
width: 100%;
|
||||||
|
padding:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#horibox {
|
#horibox {
|
||||||
|
@ -35,8 +34,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#element {
|
#element {
|
||||||
padding: 0px 2px;
|
padding: 0.1em 0.5em 0.1em 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#element selected {
|
#element selected {
|
||||||
background-color: SteelBlue;
|
text-color: white;
|
||||||
|
background-color: #005577;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue