-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCryptoCSS.css
More file actions
44 lines (38 loc) · 872 Bytes
/
CryptoCSS.css
File metadata and controls
44 lines (38 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 11-Apr-2017, 09:19:43
Author : Jithin
*/
.root {
-fx-background-color: #7B85AD;
-fx-padding: 10;
}
.button {
-fx-background-color: #172457;
-fx-text-fill: white;
-fx-font-family: "Raleway";
}
.label {
-fx-font-weight: normal;
-fx-text-fill: white;
-fx-font-family: "Raleway";
}
.combo-box .list-cell{
-fx-background-fills: #172457;
-fx-background-color: #172457;
-fx-text-fill: white;
-fx-text-alignment:center;
-fx-font-family: "Raleway";
}
.combo-box {
-fx-background-fills: #172457;
-fx-background-color: #172457;
}
.text-field{
-fx-background-color: #515D91;
-fx-text-fill: white;
}