Browse Source

Changed filter Name text color

gavr t 4 years ago
parent
commit
3b3269ef67

+ 1 - 1
out/production/JavaFxApplication/com/moviesdb/test2.fxml

@@ -110,7 +110,7 @@
                         <Font size="14.0" />
                      </font>
                   </Label>
-                  <TextField layoutX="76.0" layoutY="48.0" prefHeight="25.0" prefWidth="205.0" style="-fx-background-color: #212121; -fx-border-color: #121212;" />
+                  <TextField layoutX="76.0" layoutY="48.0" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" />
           </children>
         </AnchorPane>
             <AnchorPane id="Content" fx:id="browserPane" minHeight="-1.0" minWidth="-1.0" prefHeight="551.0" prefWidth="566.0" style="-fx-background-color: #212121;">

+ 1 - 1
src/com/moviesdb/test2.fxml

@@ -110,7 +110,7 @@
                         <Font size="14.0" />
                      </font>
                   </Label>
-                  <TextField layoutX="76.0" layoutY="48.0" prefHeight="25.0" prefWidth="205.0" style="-fx-background-color: #212121; -fx-border-color: #121212;" />
+                  <TextField layoutX="76.0" layoutY="48.0" prefHeight="25.0" prefWidth="205.0" style="-fx-text-fill: #9f9f9f; -fx-background-color: #212121; -fx-border-color: #121212;" />
           </children>
         </AnchorPane>
             <AnchorPane id="Content" fx:id="browserPane" minHeight="-1.0" minWidth="-1.0" prefHeight="551.0" prefWidth="566.0" style="-fx-background-color: #212121;">