Skip to content

Commit c79727a

Browse files
committed
Change code style
1 parent 94547c6 commit c79727a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
Binary file not shown.

src/com/marwaeltayeb/fir/stylesheet/application.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.root {
2-
-fx-background-color: #3C3C3C;
2+
-fx-background-color: #3c3c3c;
33
}
44

55
#lstImagesList .list-cell {
@@ -13,13 +13,13 @@
1313

1414
.label {
1515
-fx-text-fill: white;
16-
-fx-background-color: #1E1E1E;
16+
-fx-background-color: #1e1e1e;
1717
-fx-padding: 3 3 3 5;
1818
}
1919

2020
#lbtHeight, #lbWidth {
2121
-fx-text-fill: white;
22-
-fx-background-color: #1E1E1E;
22+
-fx-background-color: #1e1e1e;
2323
-fx-padding: 3 3 3 3;
2424
-fx-border-color: black;
2525
-fx-border-radius: 1;
@@ -28,7 +28,7 @@
2828

2929
#lblOutputPath {
3030
-fx-font-size: 10px;
31-
-fx-background-color: #4A4A4A;
31+
-fx-background-color: #4a4a4a;
3232
-fx-border-color: gray;
3333
-fx-border-radius: 1;
3434
-fx-border-width: 1;
@@ -41,7 +41,7 @@
4141

4242
.button {
4343
-fx-text-fill: white;
44-
-fx-background-color: #4A4A4A;
44+
-fx-background-color: #4a4a4a;
4545
-fx-border-color: gray;
4646
-fx-border-radius: 5;
4747
-fx-border-insets: 1;
@@ -61,7 +61,7 @@
6161
#btnResize {
6262
-fx-font-size: 12px;
6363
-fx-text-fill: red;
64-
-fx-background-color: #4A4A4A;
64+
-fx-background-color: #4a4a4a;
6565
-fx-border-color: gray;
6666
-fx-font-weight: bold;
6767
}
@@ -71,16 +71,16 @@
7171
}
7272

7373
#editHeight, #editWidth {
74-
-fx-background-color: #4A4A4A;
74+
-fx-background-color: #4a4a4a;
7575
-fx-text-fill: white;
7676
}
7777

7878
#imageContainer {
79-
-fx-background-color: #1E1E1E;
79+
-fx-background-color: #1e1e1e;
8080
}
8181

8282
#lstImagesList {
83-
-fx-background-color: #1E1E1E;
83+
-fx-background-color: #1e1e1e;
8484
}
8585

8686
.combo-box {
@@ -98,7 +98,7 @@
9898
}
9999

100100
.combo-box .list-cell {
101-
-fx-background-color: #1E1E1E;
101+
-fx-background-color: #1e1e1e;
102102
}
103103

104104
.combo-box-popup .list-view .list-cell:hover {

0 commit comments

Comments
 (0)