mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix test themes to match new conversion
This commit is contained in:
parent
ecc9bcc270
commit
37a12d4248
2 changed files with 25 additions and 10 deletions
|
@ -51,11 +51,12 @@
|
|||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 0;
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px ;
|
||||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.listview.element {
|
||||
border: 0;
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: @normal-foreground;
|
||||
|
@ -94,11 +95,17 @@
|
|||
background: @alternate-active-background;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
#window.mainbox.listview.box {
|
||||
scrollbar: true;
|
||||
spacing: 2px ;
|
||||
}
|
||||
#window.mainbox.sidebar.box {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px ;
|
||||
}
|
||||
#window.mainbox.sidebar.button.selected {
|
||||
foreground: @selected-normal-foreground;
|
||||
|
|
|
@ -51,11 +51,12 @@
|
|||
}
|
||||
#window.mainbox.listview {
|
||||
fixed-height: 0;
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 2px dash 0px 0px ;
|
||||
padding: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.listview.element {
|
||||
border: 0;
|
||||
border: 0;
|
||||
padding: 1px ;
|
||||
}
|
||||
#window.mainbox.listview.element.normal.normal {
|
||||
foreground: @normal-foreground;
|
||||
|
@ -94,11 +95,18 @@
|
|||
background: @alternate-active-background;
|
||||
}
|
||||
#window.mainbox.listview.scrollbar {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
width: 4px ;
|
||||
border: 0;
|
||||
handle-width: 8px ;
|
||||
padding: 0;
|
||||
}
|
||||
#window.mainbox.listview.box {
|
||||
border: 2px 0px 0px ;
|
||||
scrollbar: true;
|
||||
spacing: 2px ;
|
||||
}
|
||||
#window.mainbox.sidebar.box {
|
||||
border: 1px dash 0px 0px ;
|
||||
border: 2px 0px 0px ;
|
||||
}
|
||||
#window.mainbox.sidebar.button.selected {
|
||||
foreground: @selected-normal-foreground;
|
||||
|
|
Loading…
Reference in a new issue