mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
20 lines
524 B
CSS
20 lines
524 B
CSS
|
afx-app-window[data-id = "Clipper"] div[data-id = "wrapper"] {
|
||
|
overflow: auto;
|
||
|
background-image: url("bg.jpg");
|
||
|
background-repeat: repeat;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id = "Clipper"] div[data-id = "toolbar"] {
|
||
|
padding-left: 5px;
|
||
|
display:inline-block;
|
||
|
text-align:left;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id = "Clipper"] afx-button[data-id = "btnCrop"] button.selected {
|
||
|
background-color: #116cd6;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id = "Clipper"] div[data-id = "cropwin"] {
|
||
|
border:1px dashed chocolate;
|
||
|
}
|