add border and use Topaz font

This commit is contained in:
Rasmus Steinke 2017-10-22 11:48:13 +02:00
parent 0dc71fcc00
commit b7d537c200
1 changed files with 8 additions and 5 deletions

View File

@ -36,13 +36,16 @@
selected-active-background: rgba ( 79, 128, 255, 100 % ); selected-active-background: rgba ( 79, 128, 255, 100 % );
} }
#window { #window {
background-color: @background; font: "Topaz-8 10";
background-color: #4E7FFF;
border: 1; border: 1;
padding: 5; padding: 5;
} }
#mainbox { #mainbox {
border: 0; border: 0;
padding: 0; padding: 0;
margin: 40;
background-color: #003AFF;
} }
#message { #message {
border: 1px dash 0px 0px ; border: 1px dash 0px 0px ;
@ -54,11 +57,11 @@
} }
#listview { #listview {
fixed-height: 0; fixed-height: 0;
border: 2px dash 0px 0px ; border: 0px 0px 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
spacing: 2px ; spacing: 2px ;
scrollbar: true; scrollbar: false;
padding: 2px 0px 0px ; padding: 5px 5px 5px ;
} }
#element { #element {
border: 0; border: 0;
@ -101,7 +104,7 @@
text-color: @alternate-active-foreground; text-color: @alternate-active-foreground;
} }
#scrollbar { #scrollbar {
width: 4px ; width: 0px ;
border: 0; border: 0;
handle-width: 8px ; handle-width: 8px ;
padding: 0; padding: 0;