mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-27 03:09:48 +02:00
rename JarvisControl to SystemControl
This commit is contained in:
1494
SystemControl/css/epoch.css
Normal file
1494
SystemControl/css/epoch.css
Normal file
File diff suppressed because it is too large
Load Diff
38
SystemControl/css/main.css
Normal file
38
SystemControl/css/main.css
Normal file
@ -0,0 +1,38 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user