mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
38 lines
836 B
CSS
38 lines
836 B
CSS
|
afx-app-window[data-id="SystemControl"] .legend-color {
|
||
|
display: block;
|
||
|
height: 20px;
|
||
|
width: 20px;
|
||
|
border-radius: 25px;
|
||
|
}
|
||
|
afx-app-window[data-id="SystemControl"] .afx-window-content {
|
||
|
color: black;
|
||
|
background-color: whitesmoke;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="SystemControl"] afx-label[data-id="disk-text"] i.label-text
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
padding-left: 10px;
|
||
|
}
|
||
|
|
||
|
|
||
|
afx-app-window[data-id="SystemControl"] .legend
|
||
|
{
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
afx-app-window[data-id="SystemControl"] .legend div {
|
||
|
float: left;
|
||
|
font-size: 12px;
|
||
|
margin-right: 3px;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="SystemControl"] .legend div.legend-label {
|
||
|
padding-top: 3px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="SystemControl"] .legend div.legend-value {
|
||
|
padding-top: 4px;
|
||
|
margin-right: 5px;
|
||
|
min-width: 30px;
|
||
|
}
|