mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
12 lines
333 B
CSS
12 lines
333 B
CSS
afx-app-window[data-id="DiffEditor"] afx-hbox[data-id="status-bar"] {
|
|
background-color: #007ACC;
|
|
}
|
|
afx-app-window[data-id="DiffEditor"] .status-text {
|
|
color: white;
|
|
text-align: right;
|
|
padding-right: 10px;
|
|
}
|
|
afx-app-window[data-id="DiffEditor"] afx-label.file-label {
|
|
background-color: #333333;
|
|
color: white;
|
|
} |