Skip to content

Commit

Permalink
small style refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dierk Koenig committed Aug 10, 2015
1 parent d0edf70 commit a5758a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/main/resources/frepl.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.root {
-dark-back : rgb(67, 99, 132);
-hi-light: #99ccff;
-hi-light-glow: #5c85b7;

-fx-base: -dark-back;
-fx-background: -dark-back;
Expand All @@ -13,7 +14,7 @@
}

.text-area {
-fx-background-color: #5c85b7, -hi-light, #5c85b7;
-fx-background-color: -hi-light-glow, -hi-light, -hi-light-glow;
-fx-background-radius: 5,4,3;
-fx-background-insets: 0, 1, 3;
}
Expand Down

0 comments on commit a5758a7

Please sign in to comment.