소스 검색

changed background color of pref button

Jan-Peter Klein 1 년 전
부모
커밋
a88e08147d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/css/light_theme.css

+ 1 - 0
src/main/resources/css/light_theme.css

@@ -356,6 +356,7 @@
 }
 
 .preferences-btn {
+	-fx-background-color: MAIN_BG;
 	-fx-border-color: CONTROL_BORDER_NORMAL transparent transparent transparent;
 	-fx-border-width: 1px 0 0 0;
 }