mirror of
https://github.com/octopusYan/alist-gui.git
synced 2025-12-08 17:21:56 +08:00
feat: 主界面调整、日志打印、代理测试、关于页、弹窗工具、清理代码
This commit is contained in:
@ -91,23 +91,22 @@
|
||||
#windowFooter {
|
||||
.button {
|
||||
-fx-font-size: 15;
|
||||
-fx-background-color: transparent;
|
||||
-fx-text-alignment: CENTER;
|
||||
}
|
||||
|
||||
#document {
|
||||
-fx-text-fill: -color-success-5;
|
||||
}
|
||||
|
||||
#github {
|
||||
-fx-text-fill: -color-accent-5;
|
||||
}
|
||||
|
||||
#sponsor {
|
||||
-fx-text-fill: -color-danger-emphasis;
|
||||
}
|
||||
|
||||
.ikonli-font-icon {
|
||||
-fx-font-size: 15;
|
||||
}
|
||||
}
|
||||
|
||||
/**************************************************
|
||||
* Modal Pane
|
||||
**************************************************/
|
||||
|
||||
.modal-pane {
|
||||
-fx-background-radius: 15;
|
||||
|
||||
.scrollable-content {
|
||||
-fx-background-radius: 15;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user