浏览代码

Changed filter Name text color

gavr t 4 年之前
父节点
当前提交
3b3269ef67
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      out/production/JavaFxApplication/com/moviesdb/test2.fxml
  2. 1 1
      src/com/moviesdb/test2.fxml

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

@@ -110,7 +110,7 @@
                         <Font size="14.0" />
                         <Font size="14.0" />
                      </font>
                      </font>
                   </Label>
                   </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>
           </children>
         </AnchorPane>
         </AnchorPane>
             <AnchorPane id="Content" fx:id="browserPane" minHeight="-1.0" minWidth="-1.0" prefHeight="551.0" prefWidth="566.0" style="-fx-background-color: #212121;">
             <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 size="14.0" />
                      </font>
                      </font>
                   </Label>
                   </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>
           </children>
         </AnchorPane>
         </AnchorPane>
             <AnchorPane id="Content" fx:id="browserPane" minHeight="-1.0" minWidth="-1.0" prefHeight="551.0" prefWidth="566.0" style="-fx-background-color: #212121;">
             <AnchorPane id="Content" fx:id="browserPane" minHeight="-1.0" minWidth="-1.0" prefHeight="551.0" prefWidth="566.0" style="-fx-background-color: #212121;">