صفحه اصلی بدون اعمال پلی لیست

This commit is contained in:
2026-05-28 14:54:11 +03:30
parent fa5f8ab267
commit dc60e5954f
12 changed files with 393 additions and 7 deletions
+46
View File
@@ -0,0 +1,46 @@
.root{
-fx-background-color: #f8fafc;
}
.label{
-fx-text-fill: #1e293b;
}
.button{
-fx-background-color: #dbeafe;
-fx-text-fill: #1e3a8a;
-fx-background-radius: 14px;
-fx-cursor: hand;
}
.button:hover{
-fx-background-color: #bfdbfe;
}
.list-view{
-fx-background-color: #ffffff;
-fx-control-inner-background: #ffffff;
-fx-background-radius: 16px;
}
.list-cell{
-fx-background-color: transparent;
}
.list-cell:selected {
-fx-background-color: #93c5fd;
}
.button.circle-button{
-fx-background-color: #dbeafe;
-fx-background-radius: 100em;
-fx-background-insets: 0;
-fx-padding: 0;
-fx-pref-width: 35px;
-fx-pref-height: 35px;
}