added border to input box
This commit is contained in:
@@ -55,8 +55,8 @@ Screen {
|
|||||||
Input {
|
Input {
|
||||||
dock: bottom;
|
dock: bottom;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: none;
|
border: heavy darkcyan;
|
||||||
padding: 0 1;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HeaderPanel styles are in DEFAULT_CSS on the widget itself */
|
/* HeaderPanel styles are in DEFAULT_CSS on the widget itself */
|
||||||
|
|||||||
Reference in New Issue
Block a user