16 lines
258 B
CSS
16 lines
258 B
CSS
|
@import "./constants.css";
|
||
|
|
||
|
|
||
|
|
||
|
#mag_searchbar{
|
||
|
-fx-border-radius: 0 0 1 0;
|
||
|
-fx-background-color: #ffffff;
|
||
|
-fx-border-color: #eeeeee;
|
||
|
|
||
|
-fx-background-radius: 0;
|
||
|
-fx-border-radius: 0;
|
||
|
|
||
|
-fx-pref-height: 26;
|
||
|
-fx-pref-width: 759;
|
||
|
-fx-margin: 20 0 20 0;
|
||
|
}
|