mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-07 22:18:29 +01:00
43 lines
1.1 KiB
CSS
43 lines
1.1 KiB
CSS
|
|
afx-app-window[data-id="OpenPage"] div[data-id="container"]
|
|
{
|
|
overflow: auto;
|
|
margin:0px;
|
|
padding:0px;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
text-align: center;
|
|
background-color: #f2f1f0;
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] div[data-id="odfcanvas"]
|
|
{
|
|
cursor: text;
|
|
margin:auto;
|
|
box-shadow: 1px 1px 3px 3px #9f9F9F;
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"]
|
|
{
|
|
background-color: #f5f5f5;
|
|
border: 1px solid #eaeaea;
|
|
box-shadow: 3px 3px 3px #9f9F9F;
|
|
}
|
|
afx-app-window[data-id="HyperLinkDialog"] afx-label.header span
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button button{
|
|
border: 1px solid #f5f5f5;
|
|
background-color: transparent;
|
|
width:100%;
|
|
height: 100%;
|
|
}
|
|
|
|
afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button button:hover, afx-app-window[data-id="OpenPage"] afx-hbox[data-id="toolbox"] afx-button.btactive button
|
|
{
|
|
border: 1px solid #759DC0;
|
|
background-color: transparent;
|
|
border-radius:5px;
|
|
color:#759DC0;
|
|
} |