mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
34 lines
718 B
CSS
34 lines
718 B
CSS
|
|
||
|
afx-app-window[data-id="Dockman"] .tab-wrapper button {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] .header .label-text {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] afx-label.header
|
||
|
{
|
||
|
border-bottom: 1px solid #116cd6;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] .tab-wrapper {
|
||
|
border-bottom: 1px solid #116cd6;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] .tab-wrapper afx-list-view> .list-container {
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] afx-tree-view .afx_folder_item .itemname .label-text {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] .running:before{
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="Dockman"] .stop:before{
|
||
|
color: red;
|
||
|
}
|