2019-03-07 12:32:06 -03:00
|
|
|
/* square area */
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-square-area {
|
|
|
|
|
outline: 2px solid rgba(255, 0, 0, 0.7);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-square-area:insensitive {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
|
2020-01-06 17:24:29 -03:00
|
|
|
/* "Ctrl + F1" on-screen-display */
|
2020-03-13 07:08:00 -03:00
|
|
|
|
2019-03-29 18:57:22 -03:00
|
|
|
.draw-on-your-screen-helper {
|
2020-03-13 07:08:00 -03:00
|
|
|
margin: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-helper > StBoxLayout {
|
|
|
|
|
margin: 8px;
|
|
|
|
|
margin-right: 16px;
|
2019-03-05 08:36:59 -03:00
|
|
|
spacing: 0.5em;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
2020-03-13 07:08:00 -03:00
|
|
|
.draw-on-your-screen-helper > StBoxLayout StBoxLayout {
|
2019-03-07 10:28:35 -03:00
|
|
|
spacing: 7em;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
2020-03-13 07:08:00 -03:00
|
|
|
.draw-on-your-screen-helper > StBoxLayout StBoxLayout StLabel {
|
2019-03-05 08:36:59 -03:00
|
|
|
text-align: right;
|
|
|
|
|
font-weight: normal;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
2019-12-29 11:26:20 -03:00
|
|
|
.draw-on-your-screen-helper-separator {
|
2019-03-05 08:36:59 -03:00
|
|
|
min-height: 0.6em;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* context menu */
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu {
|
2019-12-29 11:26:20 -03:00
|
|
|
font-size: 0.97em; /* default: 1em */
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu .popup-menu-item {
|
2020-03-04 05:33:40 -03:00
|
|
|
padding-top: .3em; /* default: .4em */
|
|
|
|
|
padding-bottom: .3em;
|
2019-03-26 18:28:24 -03:00
|
|
|
}
|
2019-03-29 18:57:22 -03:00
|
|
|
|
2020-09-14 17:44:20 -03:00
|
|
|
.draw-on-your-screen-menu .popup-menu-item > .popup-menu-icon {
|
2019-12-29 11:26:20 -03:00
|
|
|
icon-size: 1em; /* default: 1.09 */
|
|
|
|
|
padding-top: 0.03em;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu .toggle-switch {
|
2020-03-04 05:33:40 -03:00
|
|
|
height: 1.35em; /* default: 22px */
|
2019-12-29 11:26:20 -03:00
|
|
|
}
|
|
|
|
|
|
2020-01-01 20:32:14 -03:00
|
|
|
.draw-on-your-screen-menu-separator-item {
|
2020-07-11 15:41:04 -03:00
|
|
|
margin-top: 0;
|
2019-12-29 11:26:20 -03:00
|
|
|
padding-top: 0.14em;
|
|
|
|
|
padding-bottom: 0.14em;
|
|
|
|
|
}
|
2019-03-29 18:57:22 -03:00
|
|
|
|
2020-01-01 20:32:14 -03:00
|
|
|
.draw-on-your-screen-menu-separator-item StLabel {
|
2019-03-27 18:11:51 -03:00
|
|
|
font-size: 0;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
|
|
|
|
|
2020-01-01 20:32:14 -03:00
|
|
|
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item {
|
2020-03-04 05:33:40 -03:00
|
|
|
margin-top: 0.2em; /* default 6px */
|
|
|
|
|
margin-bottom: 0.2em; /* default 6px */
|
2020-01-01 20:32:14 -03:00
|
|
|
}
|
|
|
|
|
|
2020-07-11 15:41:04 -03:00
|
|
|
.draw-on-your-screen-menu-separator-item .popup-separator-menu-item-separator {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu-thin-separator-item .popup-separator-menu-item-separator {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-16 17:12:54 -03:00
|
|
|
.draw-on-your-screen-menu-destructive-button:hover {
|
|
|
|
|
color: #e01b24; /* upstream destructive color, light: #e01b24, dark: #b2161d */
|
2020-07-11 15:41:04 -03:00
|
|
|
}
|
|
|
|
|
|
2020-09-16 17:12:54 -03:00
|
|
|
/* override .button upstream style class */
|
|
|
|
|
.draw-on-your-screen-menu-action-button {
|
|
|
|
|
min-height: 0;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
border-radius: 32px;
|
2020-07-11 15:41:04 -03:00
|
|
|
padding: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-16 17:12:54 -03:00
|
|
|
.draw-on-your-screen-menu-action-button > StIcon {
|
|
|
|
|
icon-size: 1em;
|
2020-07-11 15:41:04 -03:00
|
|
|
}
|
|
|
|
|
|
2019-03-29 18:57:22 -03:00
|
|
|
.draw-on-your-screen-menu-slider-label {
|
2019-03-26 18:28:24 -03:00
|
|
|
min-width: 3em;
|
|
|
|
|
text-align: right;
|
2019-03-29 18:57:22 -03:00
|
|
|
}
|
2020-01-03 20:16:20 -03:00
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu-entry-item {
|
|
|
|
|
padding-right: 1.15em; /* default 1.75em */
|
|
|
|
|
spacing: 0; /* default 12px */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu-entry {
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
padding: 0.35em 0.57em;
|
|
|
|
|
width: 10em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu-entry-error {
|
|
|
|
|
color: #f57900; /* upstream warning_color */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.draw-on-your-screen-menu-entry:focus {
|
|
|
|
|
padding: 0.35em 0.57em;
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-16 17:12:54 -03:00
|
|
|
/* override .button upstream style class */
|
|
|
|
|
.draw-on-your-screen-menu-inline-button {
|
2020-09-14 17:44:20 -03:00
|
|
|
min-height: 1px;
|
|
|
|
|
padding: 2px 4px; /* default 3px 24px */
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-16 17:12:54 -03:00
|
|
|
.draw-on-your-screen-menu-inline-button .popup-menu-icon {
|
2020-09-14 17:44:20 -03:00
|
|
|
icon-size: 0.85em; /* default 1.09 */
|
|
|
|
|
}
|
|
|
|
|
|