mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
13 lines
334 B
CSS
13 lines
334 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;
|
||
|
}
|