SmartNotes/SmartNotes/smartnotes/src/main/java/com/madeorsk/smartnotes/style.css

48 lines
791 B
CSS

.scroll-bar
{
-fx-background-color: #282828;
}
.scroll-bar .increment-button, .scroll-bar .decrement-button, .scroll-bar .increment-button .increment-arrow, .scroll-bar .decrement-button .decrement-arrow
{
-fx-font-size: 0;
-fx-padding: 0;
}
.scroll-bar .track
{
-fx-background-color: transparent;
}
.scroll-bar .thumb
{
-fx-background-color: rgba(0, 0, 0, 0.15);
-fx-border-radius: 0;
}
#nameField, .scroll-pane, .scroll-pane .viewport, #text, #text .content, #imageButton
{
-fx-background-color: transparent;
}
#nameField, #text, #noteItemName
{
-fx-text-fill: white;
-fx-font-family: "Courier Prime Sans", monospace;
-fx-font-size: 32px;
}
#noteItemName
{
-fx-font-size: 24px;
}
#text
{
-fx-font-size: 20px;
}
#separator
{
-fx-background-color: rgba(0, 0, 0, 0.15);
}