update wofi config
This commit is contained in:
@@ -59,24 +59,24 @@
|
|||||||
/* Window */
|
/* Window */
|
||||||
window {
|
window {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border: 1px solid @lavender;
|
border: 1px solid @lavender;
|
||||||
border-radius: 6px;
|
border-radius: 5px;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Inner Box */
|
/* Inner Box */
|
||||||
#inner-box {
|
#inner-box {
|
||||||
margin: 2px;
|
margin: 1px;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Outer Box */
|
/* Outer Box */
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 2px;
|
margin: 1px;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
@@ -84,25 +84,27 @@ window {
|
|||||||
/* Scroll */
|
/* Scroll */
|
||||||
#scroll {
|
#scroll {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 5px;
|
padding: 2px;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Input */
|
/* Input */
|
||||||
#input {
|
#input {
|
||||||
margin: 2px 10px;
|
margin: 2px 5px;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0.1em;
|
border-radius: 5px;
|
||||||
color: @text;
|
color: @text;
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
#input image {
|
#input image {
|
||||||
border: none;
|
border: none;
|
||||||
color: @red;
|
color: @red;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#input * {
|
#input * {
|
||||||
outline: 4px solid @red!important;
|
outline: 4px solid @red!important;
|
||||||
@@ -110,7 +112,7 @@ window {
|
|||||||
|
|
||||||
/* Text */
|
/* Text */
|
||||||
#text {
|
#text {
|
||||||
margin: 5px;
|
margin: 2px;
|
||||||
border: none;
|
border: none;
|
||||||
color: @text;
|
color: @text;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user