forked from j62/ctbrec
1
0
Fork 0

Use theme colors

This commit is contained in:
0xboobface 2018-11-25 15:57:27 +01:00
parent 9cabc21cae
commit 6282cd76bc
1 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
.search-box-icon {
-fx-shape: "M10.728,9.893c0.889-1.081,1.375-2.435,1.375-3.842C12.103,2.714,9.388,0,6.051,0C2.715,0,0,2.714,0,6.051c0,3.338,2.715,6.052,6.051,6.052c0.954,0,1.898-0.227,2.744-0.656l3.479,3.478l1.743-1.742L10.728,9.893z M6.051,2.484c1.966,0,3.566,1.602,3.566,3.566c0,1.968-1.6,3.567-3.566,3.567c-1.967,0-3.566-1.6-3.566-3.567C2.485,4.086,4.084,2.484,6.051,2.484z";
-fx-scale-shape: false;
-fx-background-color: #aaaaaa;
-fx-background-color: -fx-mark-color;
}
.search-box {
/*-fx-font-size: 16px;*/
@ -15,20 +15,20 @@
.search-clear-button {
-fx-shape: "M9.521,0.083c-5.212,0-9.438,4.244-9.438,9.479c0,5.234,4.225,9.479,9.438,9.479c5.212,0,9.437-4.244,9.437-9.479C18.958,4.327,14.733,0.083,9.521,0.083z M13.91,13.981c-0.367,0.369-0.963,0.369-1.329,0l-3.019-3.03l-3.019,3.03c-0.367,0.369-0.962,0.369-1.329,0c-0.367-0.368-0.366-0.965,0.001-1.334l3.018-3.031L5.216,6.585C4.849,6.217,4.849,5.618,5.217,5.25c0.366-0.369,0.961-0.368,1.328,0l3.018,3.031l3.019-3.031c0.366-0.368,0.961-0.369,1.328,0c0.366,0.368,0.366,0.967,0,1.335l-3.019,3.031l3.02,3.031C14.276,13.017,14.276,13.613,13.91,13.981z";
-fx-scale-shape: false;
-fx-background-color: #aaaaaa;
-fx-background-color: -fx-mark-color;
-fx-padding: 9.5px;
}
.search-tree-list-cell {
-fx-background-color: white;
-fx-border-color: transparent transparent #dfdfdf transparent;
-fx-background-color: -fx-background;
-fx-border-color: transparent transparent -fx-base transparent;
-fx-padding: 0 30 0 20;
-fx-font-size: 15px;
-fx-text-fill: #363636;
-fx-text-fill: -fx-mid-text-color;
-fx-graphic-text-gap: 20px;
}
.highlight {
-fx-background-color: #0096c9;
-fx-text-fill: white;
-fx-background-color: -fx-focus-color;
-fx-text-fill: -fx-light-text-color;
}