2021-07-13 08:45:22 -05:00
|
|
|
.sidebar * {
|
|
|
|
font-family: var(--jquery-ui-font);
|
|
|
|
text-transform: none !important;
|
|
|
|
}
|
|
|
|
|
2021-05-19 02:47:03 -05:00
|
|
|
.sidebar .ui-content .unobutton {
|
2021-08-18 08:58:27 -05:00
|
|
|
margin: 0;
|
2021-05-19 02:47:03 -05:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2021-07-21 09:59:24 -05:00
|
|
|
#document-container:not(.mobile) + #sidebar-dock-wrapper {
|
2022-02-13 17:06:22 -06:00
|
|
|
width: 330px;
|
2021-07-13 08:46:27 -05:00
|
|
|
padding: 0;
|
|
|
|
border-left: 1px solid var(--gray-color) !important;
|
2021-12-21 11:40:57 -06:00
|
|
|
border-right: 1px solid var(--gray-color) !important; /* for RTL mode */
|
2021-08-18 08:58:27 -05:00
|
|
|
margin-top: 0 !important;
|
2021-11-03 13:09:55 -05:00
|
|
|
box-sizing: border-box;
|
2021-07-12 09:41:07 -05:00
|
|
|
}
|
|
|
|
|
2021-12-12 10:24:22 -06:00
|
|
|
.sidebar .spinfieldcontainer input {
|
|
|
|
width: 85px;
|
2022-02-20 17:33:40 -06:00
|
|
|
border: 1px solid var(--color-border-dark);
|
2021-12-21 17:58:22 -06:00
|
|
|
border-radius: var(--border-radius);
|
2021-12-12 10:24:22 -06:00
|
|
|
height: 28px;
|
2022-01-17 03:44:37 -06:00
|
|
|
padding-inline-start: 4px;
|
2021-12-12 10:24:22 -06:00
|
|
|
position: relative;
|
2022-01-17 03:44:37 -06:00
|
|
|
margin-inline-start: 8px;
|
2022-02-17 18:34:26 -06:00
|
|
|
color: var(--color-text-dark);
|
2022-02-06 14:16:16 -06:00
|
|
|
background-color: var(--color-background-dark);
|
2021-12-12 10:24:22 -06:00
|
|
|
}
|
|
|
|
|
2021-05-31 04:03:15 -05:00
|
|
|
.sidebar.spinfield {
|
2021-08-18 09:14:57 -05:00
|
|
|
max-width: 104px;
|
|
|
|
padding: 4px 0 4px 4px;
|
2021-07-12 09:41:07 -05:00
|
|
|
height: 28px;
|
|
|
|
box-sizing: border-box;
|
2021-08-18 09:14:57 -05:00
|
|
|
margin-right: 1px;
|
|
|
|
}
|
2021-12-12 10:24:22 -06:00
|
|
|
.sidebar .spinfieldcontainer input:hover {
|
2022-02-20 17:33:40 -06:00
|
|
|
border: 1px solid var(--color-border-darker);
|
2022-02-06 14:16:16 -06:00
|
|
|
color: var(--color-text-darker);
|
|
|
|
background-color: var(--color-background-darker);
|
2021-08-18 09:14:57 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.spinfieldunit {
|
|
|
|
font-size: 12px;
|
2022-02-17 18:34:26 -06:00
|
|
|
color: var(--color-text-dark);
|
2021-08-18 09:14:57 -05:00
|
|
|
margin: 5px;
|
2021-12-12 10:24:22 -06:00
|
|
|
position: relative;
|
2022-01-17 03:44:37 -06:00
|
|
|
margin-inline-start: calc(-40px);
|
2021-05-31 04:03:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar.ui-listbox {
|
2021-07-21 07:12:11 -05:00
|
|
|
font-size: 13px;
|
|
|
|
height: 28px;
|
|
|
|
box-sizing: border-box;
|
2021-12-12 10:24:22 -06:00
|
|
|
padding: 0 0px 0 4px;
|
2021-07-13 08:47:54 -05:00
|
|
|
min-width: auto;
|
2021-05-31 04:03:15 -05:00
|
|
|
}
|
2022-01-18 05:43:59 -06:00
|
|
|
.sidebar.jsdialog.menubutton {
|
|
|
|
padding: 4px 10px;
|
|
|
|
}
|
2022-01-18 10:20:18 -06:00
|
|
|
.sidebar.jsdialog.ui-listbox,
|
|
|
|
.sidebar.jsdialog.menubutton {
|
|
|
|
min-width: 121px;
|
|
|
|
max-width: 121px;
|
|
|
|
box-sizing: border-box;
|
2022-01-18 05:21:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.menubutton.sidebar span {
|
|
|
|
display: none;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menubutton.sidebar:hover span {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
|
|
|
background-color: #444;
|
|
|
|
color: white;
|
|
|
|
padding: 2px 4px;
|
|
|
|
border-radius: 2px;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-inline-start: -14px;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#fontnamecombobox > .sidebar.jsdialog.ui-listbox,
|
|
|
|
#applystyle > .sidebar.jsdialog.ui-listbox {
|
2022-02-07 08:59:21 -06:00
|
|
|
min-width: 186px;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
2022-02-07 09:24:23 -06:00
|
|
|
#table-style {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
#gradientstyle > .sidebar.jsdialog.ui-listbox {
|
2021-12-03 14:34:02 -06:00
|
|
|
width: 74px;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#table-grid3.sidebar.jsdialog.vertical > .sidebar.jsdialog.row > table.sidebar.jsdialog.ui-grid > tr.sidebar.jsdialog > td.sidebar.jsdialog > .sidebar.jsdialog.vertical > .sidebar.jsdialog.row > table.sidebar.jsdialog.ui-grid {
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fontsizecombobox > .sidebar.jsdialog.ui-listbox {
|
2022-02-07 08:59:21 -06:00
|
|
|
min-width: 86px;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
2021-07-17 09:53:13 -05:00
|
|
|
.sidebar.ui-expander {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2021-08-06 16:25:03 -05:00
|
|
|
width: 290px;
|
2021-07-29 09:52:08 -05:00
|
|
|
align-items: center;
|
2021-07-17 09:53:13 -05:00
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
#selectcolor {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2021-09-28 05:54:01 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box3 {
|
|
|
|
width: 290px;
|
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box3,
|
|
|
|
.sidebar.jsdialog.cell > #table-box4 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2021-12-26 14:29:58 -06:00
|
|
|
#ShadowPropertyPanel div#table-grid3 table#grid3 td:nth-child(1) {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
#FIELD_TRANSPARENCY {
|
|
|
|
height: 0;
|
|
|
|
position: relative;
|
2022-02-21 18:26:08 -06:00
|
|
|
bottom: 10px;
|
|
|
|
right: 17px;
|
2021-12-26 14:29:58 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
#transparency_label {
|
|
|
|
position: relative;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
|
2022-02-06 15:03:01 -06:00
|
|
|
#table-indentfieldbox {
|
|
|
|
position: relative;
|
2022-02-21 16:49:58 -06:00
|
|
|
left: -13px;
|
2022-02-06 15:03:01 -06:00
|
|
|
}
|
|
|
|
|
2022-02-21 17:24:48 -06:00
|
|
|
#leftindent {
|
|
|
|
position: relative;
|
|
|
|
right: 16px;
|
|
|
|
}
|
|
|
|
#orientationdegrees {
|
|
|
|
position: relative;
|
|
|
|
right: 21px;
|
|
|
|
}
|
|
|
|
#textorientbox {
|
|
|
|
position: relative;
|
|
|
|
left: 15px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2021-09-27 17:06:41 -05:00
|
|
|
#table-box4.sidebar.jsdialog.vertical {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-02-21 17:42:12 -06:00
|
|
|
#masterslidebutton {
|
|
|
|
line-height: 22px;
|
|
|
|
min-width: 121px;
|
|
|
|
}
|
|
|
|
|
2021-09-27 17:06:41 -05:00
|
|
|
div#negativenumbersred.checkbutton.jsdialog.sidebar,
|
|
|
|
div#thousandseparator.checkbutton.jsdialog.sidebar {
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
#settransparency, #fontheight,
|
2021-11-03 13:09:55 -05:00
|
|
|
#document-container:not(.presentation-doctype) ~ #sidebar-dock-wrapper .sidebar.jsdialog.vertical > .sidebar.jsdialog.row > table.sidebar.ui-grid > tr.sidebar > td.sidebar:last-child,
|
2021-09-18 03:28:33 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box3 > .sidebar.jsdialog.row > .sidebar.jsdialog.cell:last-child,
|
|
|
|
.sidebar.jsdialog.cell > #table-box4 > .sidebar.jsdialog.row > .sidebar.jsdialog.cell:last-child,
|
2021-11-03 13:09:55 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box4 > .sidebar.jsdialog.row > .sidebar.jsdialog.cell:nth-child(4) {
|
2021-09-18 03:28:33 -05:00
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
2021-12-17 07:56:41 -06:00
|
|
|
|
2022-02-07 15:00:04 -06:00
|
|
|
#TableEditPanel #table-grid1 #grid1 > tr > td:nth-child(2) {
|
|
|
|
display: inherit;
|
|
|
|
}
|
|
|
|
|
2021-05-31 04:03:15 -05:00
|
|
|
.sidebar.ui-drawing-area {
|
2021-08-06 16:25:03 -05:00
|
|
|
max-width: 290px;
|
2021-07-12 09:41:07 -05:00
|
|
|
}
|
|
|
|
|
2022-02-10 18:00:43 -06:00
|
|
|
#NumberFormatPropertyPanel {
|
2022-02-21 17:24:48 -06:00
|
|
|
width: 296px;
|
2022-02-10 18:00:43 -06:00
|
|
|
}
|
|
|
|
div#decimalplaces,
|
|
|
|
div#numberformatcombobox.jsdialog.sidebar.ui-listbox-container,
|
|
|
|
div#leadingzeroes.jsdialog.sidebar.spinfieldcontainer {
|
2021-12-26 05:06:12 -06:00
|
|
|
text-align: right;
|
|
|
|
}
|
2022-02-10 18:00:43 -06:00
|
|
|
#leadingzeroes,
|
|
|
|
#leadingzeroeslabel {
|
2021-12-26 05:06:12 -06:00
|
|
|
position: relative;
|
2022-02-10 18:00:43 -06:00
|
|
|
left: 4px;
|
2021-12-26 05:06:12 -06:00
|
|
|
}
|
2022-02-10 18:00:43 -06:00
|
|
|
#decimalplaces {
|
2021-12-26 05:06:12 -06:00
|
|
|
position: relative;
|
2022-02-10 18:00:43 -06:00
|
|
|
left: 6px;
|
2021-12-26 05:06:12 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
p#decimalplaceslabel.jsdialog.sidebar.ui-text,
|
|
|
|
p#denominatorplaceslabel.jsdialog.sidebar.ui-text {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
div#box2.row.jsdialog.sidebar > .sidebar.jsdialog.row > .sidebar.jsdialog.cell,
|
|
|
|
div#box5.row.jsdialog.sidebar > .sidebar.jsdialog.cell {
|
2022-02-10 18:00:43 -06:00
|
|
|
padding: 0;
|
2021-12-26 05:06:12 -06:00
|
|
|
}
|
|
|
|
|
2021-07-19 08:06:58 -05:00
|
|
|
.sidebar.ui-expander-label {
|
2022-01-26 09:24:29 -06:00
|
|
|
color: var(--color-main-text);
|
2021-07-19 08:06:58 -05:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 23px;
|
|
|
|
font-weight: bold;
|
2021-07-12 09:41:07 -05:00
|
|
|
padding-left: 14px;
|
2021-12-21 11:40:57 -06:00
|
|
|
padding-right: 14px; /* for RTL mode */
|
2021-07-12 09:41:07 -05:00
|
|
|
}
|
|
|
|
|
2021-12-21 11:40:57 -06:00
|
|
|
.sidebar.ui-expander-label:before {
|
2021-07-12 09:41:07 -05:00
|
|
|
position: absolute;
|
2021-12-21 11:40:57 -06:00
|
|
|
margin-inline-start: -16px;
|
|
|
|
left: unset !important;
|
2021-07-12 09:41:07 -05:00
|
|
|
}
|
|
|
|
|
2022-02-21 18:26:08 -06:00
|
|
|
#ShadowPropertyPanelPanelExpander #table-box2,
|
2021-07-12 09:41:07 -05:00
|
|
|
.sidebar.root-container.jsdialog > .jsdialog.sidebar {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-02-10 16:53:34 -06:00
|
|
|
#ScCellAppearancePropertyPanelPanelExpander #CellAppearancePropertyPanel table.jsdialog.sidebar.ui-grid,
|
|
|
|
#CellAppearancePropertyPanel table.jsdialog.sidebar.ui-grid tr.jsdialog.sidebar {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
#ScCellAppearancePropertyPanelPanelExpander #CellAppearancePropertyPanel table.jsdialog.sidebar.ui-grid {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
2021-07-12 09:41:07 -05:00
|
|
|
.sidebar-container > .root-container.jsdialog.sidebar {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.jsdialog .jsdialog.cell.sidebar {
|
2022-02-02 15:40:53 -06:00
|
|
|
padding: 2px;
|
2021-07-12 09:41:07 -05:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2022-02-17 17:45:49 -06:00
|
|
|
#sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type,
|
|
|
|
.spreadsheet-document + #sidebar-dock-wrapper #ScAlignmentPropertyPanelPanelExpander #box3 > div:last-of-type {
|
2021-11-16 05:00:51 -06:00
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2022-02-17 17:45:49 -06:00
|
|
|
#sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type > div,
|
|
|
|
.spreadsheet-document + #sidebar-dock-wrapper #ScAlignmentPropertyPanelPanelExpander #box3 > div:last-of-type > div {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2021-07-21 07:21:16 -05:00
|
|
|
.sidebar.jsdialog.checkbutton {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2021-07-12 09:41:07 -05:00
|
|
|
.sidebar .menu-entry-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2021-07-13 08:47:54 -05:00
|
|
|
}
|
|
|
|
|
2021-12-21 11:40:57 -06:00
|
|
|
.ui-expander-icon-right .sidebar.unotoolbutton {
|
|
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
|
2021-07-13 08:47:54 -05:00
|
|
|
.sidebar.unotoolbutton,
|
|
|
|
.sidebar #resetattr,
|
|
|
|
.sidebar #FormatPaintbrush{
|
|
|
|
border: 1px solid transparent;
|
2021-07-21 07:15:38 -05:00
|
|
|
margin-right: 5px;
|
2021-07-13 08:47:54 -05:00
|
|
|
}
|
2021-08-03 07:08:04 -05:00
|
|
|
#table-textorientbox.sidebar .jsdialog .radiobutton {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
2021-08-10 16:31:53 -05:00
|
|
|
|
2021-12-02 18:25:01 -06:00
|
|
|
/* non selected */
|
2022-02-05 18:20:33 -06:00
|
|
|
#clearFormatting, #FormatPaintbrush,
|
2021-12-02 18:25:01 -06:00
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.has-label,
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.inline,
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton:not(.has-label):not(.inline),
|
|
|
|
.sidebar.unotoolbutton {
|
|
|
|
background-color: transparent;
|
2022-02-18 13:35:34 -06:00
|
|
|
border: 1px solid transparent;
|
2022-02-05 18:20:33 -06:00
|
|
|
color: var(--color-main-text);
|
2021-12-21 17:58:22 -06:00
|
|
|
border-radius: var(--border-radius);
|
2021-12-02 18:25:01 -06:00
|
|
|
}
|
|
|
|
/* selected */
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.selected.has-label,
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.selected.inline,
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.selected:not(.has-label):not(.inline),
|
2021-08-10 16:31:53 -05:00
|
|
|
.sidebar.unotoolbutton.selected {
|
2022-02-05 18:20:33 -06:00
|
|
|
background-color: var(--color-background-dark);
|
2022-02-18 13:35:34 -06:00
|
|
|
border: 1px solid transparent;
|
2022-02-05 18:20:33 -06:00
|
|
|
color: var(--color-text-dark);
|
2021-12-21 17:58:22 -06:00
|
|
|
border-radius: var(--border-radius);
|
2021-08-10 16:31:53 -05:00
|
|
|
}
|
2021-12-02 18:25:01 -06:00
|
|
|
/* selected hover */
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.selected:hover,
|
|
|
|
.unotoolbutton.notebookbar:hover,
|
|
|
|
.hasnotebookbar .ui-content.unotoolbutton.selected:not(.has-label):not(.inline):hover,
|
2021-12-16 06:54:09 -06:00
|
|
|
#clearFormatting:hover,
|
|
|
|
#FormatPaintbrush:hover,
|
2021-12-02 18:25:01 -06:00
|
|
|
.sidebar.unotoolbutton:hover,
|
|
|
|
.sidebar.unotoolbutton.selected:hover,
|
|
|
|
.sidebar #resetattr:hover,
|
|
|
|
.sidebar #FormatPaintbrush:hover,
|
|
|
|
#table-textorientbox.sidebar .jsdialog .radiobutton:hover {
|
|
|
|
outline: 1px solid var(--gray-light-txt--color);
|
2022-02-05 18:20:33 -06:00
|
|
|
color: var(--color-text-darker);
|
|
|
|
background-color: var(--color-background-darker) !important;
|
2021-12-21 17:58:22 -06:00
|
|
|
border-radius: var(--border-radius);
|
2021-07-21 07:12:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar #font select,
|
|
|
|
.sidebar #fontsizecombobox select {
|
|
|
|
margin: 0;
|
2021-07-29 09:52:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-expander.jsdialog.sidebar .ui-expander-icon-right,
|
|
|
|
.ui-expander.jsdialog.sidebar .ui-expander-icon-right * {
|
|
|
|
display: block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-expander.jsdialog.sidebar .ui-expander-icon-right img {
|
|
|
|
filter: brightness(2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-expander.jsdialog.sidebar .ui-expander-icon-right:hover img {
|
|
|
|
filter: none;
|
2021-08-03 07:08:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#table-textorientbox.sidebar .jsdialog input[type='radio'] {
|
|
|
|
background: none !important;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
2021-08-06 16:25:03 -05:00
|
|
|
}
|
2021-08-10 16:31:53 -05:00
|
|
|
|
|
|
|
#spacinglabel {
|
2021-08-18 08:58:27 -05:00
|
|
|
padding-top: 0;
|
2021-08-10 16:31:53 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#indentlabel {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
2021-09-18 03:28:33 -05:00
|
|
|
|
|
|
|
#fillattrhb {
|
|
|
|
margin-left: 4px;
|
|
|
|
position: relative;
|
|
|
|
left: 38px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2021-12-12 10:24:22 -06:00
|
|
|
#gradangle > .spinfield {
|
2022-02-21 18:26:08 -06:00
|
|
|
margin-left: 0;
|
2021-12-12 10:24:22 -06:00
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
#orientationcontrol,
|
2021-12-03 14:34:02 -06:00
|
|
|
#rotation,
|
2021-09-18 03:28:33 -05:00
|
|
|
#misc_label {
|
|
|
|
visibility: hidden;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fliplabel {
|
|
|
|
position: relative;
|
|
|
|
bottom: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rotationlabel {
|
|
|
|
position: relative;
|
|
|
|
bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ratio {
|
|
|
|
position: relative;
|
|
|
|
left: 163px;
|
|
|
|
}
|
2021-09-28 18:27:16 -05:00
|
|
|
|
|
|
|
button#button2.ui-pushbutton.jsdialog.sidebar {
|
|
|
|
width: 151px;
|
|
|
|
padding: 4px;
|
|
|
|
position: relative;
|
|
|
|
left: -10px;
|
|
|
|
}
|
2021-11-03 13:09:55 -05:00
|
|
|
|
2021-12-03 14:34:02 -06:00
|
|
|
#writedirection, #backgroundcolor {
|
2021-11-03 13:09:55 -05:00
|
|
|
justify-content: end;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2021-12-12 10:24:22 -06:00
|
|
|
#linetransparency {
|
|
|
|
position: relative;
|
2022-02-21 18:26:08 -06:00
|
|
|
left: -18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#horizontalpos,
|
|
|
|
#verticalpos,
|
|
|
|
#selectwidth,
|
|
|
|
#selectheight {
|
|
|
|
position: relative;
|
|
|
|
right: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#fillgrad1 {
|
|
|
|
position: relative;
|
|
|
|
left: 7px;
|
|
|
|
}
|
|
|
|
#fillgrad2, #LB_SHADOW_COLOR {
|
|
|
|
position: relative;
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LB_GLOW_RADIUS, #SB_SOFTEDGE_RADIUS {
|
|
|
|
position: relative;
|
|
|
|
right: 20px;
|
|
|
|
}
|
|
|
|
#LB_GLOW_COLOR {
|
|
|
|
position: relative;
|
|
|
|
left: 4px;
|
|
|
|
}
|
2022-02-21 18:39:37 -06:00
|
|
|
#LB_GLOW_TRANSPARENCY, #LB_DISTANCE, #LB_SHADOW_BLUR,
|
|
|
|
#setbrightness, #setcontrast, #setgraphtransparency {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
right: 18px;
|
2021-12-03 14:34:02 -06:00
|
|
|
}
|