26 lines
397 B
CSS
26 lines
397 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;
|
|
}
|
|
|
|
#vocab > * > *{
|
|
-fx-background-color: #ffffff;
|
|
-fx-border-width: 0 0 1 0;
|
|
-fx-border-color: #dddddd;
|
|
}
|
|
|
|
#vocab{
|
|
-fx-cursor: normal;
|
|
} |