/* Charte du studio : alignee sur le theme par defaut de mgt-manuel-core. */
|
|
.studio-root {
|
-fx-background-color: #ffffff;
|
-fx-font-size: 13px;
|
}
|
|
.studio-section {
|
-fx-font-weight: bold;
|
-fx-text-fill: #323232;
|
-fx-padding: 6 0 0 0;
|
}
|
|
.button {
|
-fx-background-color: #f0f0f0;
|
-fx-border-color: #bac0c0;
|
-fx-border-radius: 5;
|
-fx-background-radius: 5;
|
-fx-text-fill: #323232;
|
-fx-cursor: hand;
|
}
|
|
.button:hover {
|
-fx-background-color: #deecf5;
|
}
|
|
.button:disabled {
|
-fx-opacity: 0.45;
|
-fx-cursor: default;
|
}
|
|
.btn-primary {
|
-fx-background-color: #deecf5;
|
}
|
|
.text-field, .text-area, .combo-box {
|
-fx-background-color: #ffffff;
|
-fx-border-color: #d1d1d1;
|
-fx-border-radius: 5;
|
-fx-background-radius: 5;
|
}
|
|
.help-sources-list {
|
-fx-background-color: #ffffff;
|
-fx-border-color: #d1d1d1;
|
-fx-border-width: 1;
|
-fx-border-radius: 5;
|
-fx-background-radius: 5;
|
}
|
|
.help-sources-list .list-cell {
|
-fx-background-color: #ffffff;
|
-fx-text-fill: #323232;
|
}
|
|
.help-sources-list .list-cell:hover {
|
-fx-background-color: #f0f6f2;
|
}
|
|
.help-sources-list .list-cell:selected {
|
-fx-background-color: rgba(214, 236, 219, 1);
|
-fx-text-fill: #1a1a1a;
|
}
|