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;
|
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
|
|
|
}
|
|
|
|
|
2022-02-28 05:25:01 -06:00
|
|
|
[data-userinterfacemode='classic'] #document-container:not(.mobile) + #sidebar-dock-wrapper,
|
|
|
|
#document-container.spreadsheet-doctype:not(.mobile) + #sidebar-dock-wrapper {
|
|
|
|
border-inline-start: 1px solid var(--color-border) !important;
|
|
|
|
}
|
|
|
|
|
2021-12-12 10:24:22 -06:00
|
|
|
.sidebar .spinfieldcontainer input {
|
2022-02-22 16:54:51 -06:00
|
|
|
width: 121px;
|
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
|
|
|
}
|
2022-02-22 16:54:51 -06:00
|
|
|
#TableEditPanelPanelExpander .sidebar .spinfieldcontainer input,
|
|
|
|
#ParaPropertyPanelPanelExpander .sidebar .spinfieldcontainer input {
|
|
|
|
width: 85px;
|
|
|
|
}
|
2021-12-12 10:24:22 -06:00
|
|
|
|
2021-05-31 04:03:15 -05:00
|
|
|
.sidebar.spinfield {
|
2022-02-22 16:54:51 -06:00
|
|
|
max-width: 121px;
|
2021-08-18 09:14:57 -05:00
|
|
|
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 {
|
2022-02-23 16:46:07 -06:00
|
|
|
font-size: var(--default-font-size);
|
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);
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: left;
|
2021-05-31 04:03:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar.ui-listbox {
|
2022-02-23 17:52:15 -06:00
|
|
|
font-size: var(--default-font-size);
|
2021-07-21 07:12:11 -05:00
|
|
|
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-02-25 02:47:49 -06:00
|
|
|
text-align: left;
|
2022-01-18 05:43:59 -06:00
|
|
|
}
|
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;
|
2022-02-26 06:48:39 -06:00
|
|
|
font-size: var(--default-font-size);
|
2022-01-18 05:21:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.menubutton.sidebar:hover span {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
width: auto;
|
2022-03-12 04:40:18 -06:00
|
|
|
background-color: var(--color-background-darker);
|
|
|
|
color: var(--color-text-darker);
|
2022-01-18 05:21:15 -06:00
|
|
|
padding: 2px 4px;
|
2022-03-08 13:15:52 -06:00
|
|
|
border-radius: var(--border-radius);
|
2022-01-18 05:21:15 -06:00
|
|
|
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;
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: right;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
2021-09-28 05:54:01 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box3 {
|
2022-03-04 02:52:55 -06:00
|
|
|
width: 292px;
|
2021-09-28 05:54:01 -05:00
|
|
|
}
|
|
|
|
|
2021-09-18 03:28:33 -05:00
|
|
|
.sidebar.jsdialog.cell > #table-box3,
|
|
|
|
.sidebar.jsdialog.cell > #table-box4 {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: right;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
|
|
|
|
2021-12-26 14:29:58 -06:00
|
|
|
#ShadowPropertyPanel div#table-grid3 table#grid3 td:nth-child(1) {
|
|
|
|
justify-content: flex-start;
|
2022-03-05 16:19:42 -06:00
|
|
|
width: 294px;
|
2021-12-26 14:29:58 -06:00
|
|
|
}
|
|
|
|
|
2022-03-14 16:35:28 -05:00
|
|
|
.sidebar #FIELD_TRANSPARENCY {
|
2021-12-26 14:29:58 -06:00
|
|
|
height: 0;
|
|
|
|
position: relative;
|
2022-02-21 18:26:08 -06:00
|
|
|
bottom: 10px;
|
|
|
|
right: 17px;
|
2021-12-26 14:29:58 -06:00
|
|
|
}
|
|
|
|
|
2022-03-14 16:35:28 -05:00
|
|
|
.sidebar #transparency_label {
|
2021-12-26 14:29:58 -06:00
|
|
|
position: relative;
|
|
|
|
top: 12px;
|
|
|
|
}
|
|
|
|
|
2022-03-14 16:35:28 -05:00
|
|
|
.sidebar #table-indentfieldbox {
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: left;
|
2022-02-06 15:03:01 -06:00
|
|
|
}
|
|
|
|
|
2022-03-04 02:03:24 -06:00
|
|
|
#ParaPropertyPanelPanelExpander #grid4 > tr:last-child {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 275px;
|
2022-02-21 17:24:48 -06:00
|
|
|
}
|
2022-03-04 02:03:24 -06:00
|
|
|
|
2022-03-14 16:35:28 -05:00
|
|
|
.sidebar #orientationdegrees {
|
2022-02-21 17:24:48 -06:00
|
|
|
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-22 17:02:18 -06:00
|
|
|
#btnEditChart,
|
2022-02-21 17:42:12 -06:00
|
|
|
#masterslidebutton {
|
|
|
|
line-height: 22px;
|
|
|
|
min-width: 121px;
|
2022-02-22 17:02:18 -06:00
|
|
|
border: 1px solid var(--color-border);
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
color: var(--color-main-text);
|
2022-02-21 17:42:12 -06:00
|
|
|
}
|
|
|
|
|
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,
|
2022-03-05 16:53:15 -06:00
|
|
|
#document-container ~ #sidebar-dock-wrapper .sidebar.jsdialog.vertical > .sidebar.jsdialog.row > table.sidebar.ui-grid > tr.sidebar > td.sidebar:last-child:not(:first-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;
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: right;
|
2021-09-18 03:28:33 -05:00
|
|
|
}
|
2021-12-17 07:56:41 -06:00
|
|
|
|
2022-02-22 16:18:16 -06:00
|
|
|
#table-paperformat, #table-orientation, #table-fillstyle, #table-masterslide,
|
|
|
|
#table-marginLB, #displaymasterbackground, #displaymasterobjects, #table-box1 {
|
|
|
|
width: 100%;
|
2022-02-25 02:47:49 -06:00
|
|
|
text-align: left;
|
2022-02-22 16:18:16 -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-03-04 13:35:09 -06:00
|
|
|
#NumberFormatPropertyPanel > tr > td > div > div > div > div > div > div {
|
2021-12-26 05:06:12 -06:00
|
|
|
text-align: right;
|
|
|
|
}
|
2022-03-04 13:35:09 -06:00
|
|
|
#NumberFormatPropertyPanel #table-box2,
|
|
|
|
#NumberFormatPropertyPanel #leadingzeroes {
|
2021-12-26 05:06:12 -06:00
|
|
|
position: relative;
|
2022-03-04 13:35:09 -06:00
|
|
|
left: 9px;
|
2021-12-26 05:06:12 -06:00
|
|
|
}
|
2022-03-04 13:35:09 -06:00
|
|
|
#NumberFormatPropertyPanel #leadingzeroeslabel {
|
|
|
|
margin-left: 2px;
|
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);
|
2022-03-03 17:14:23 -06:00
|
|
|
font-size: var(--header-font-size);
|
|
|
|
line-height: var(--header-height);
|
2022-03-03 17:32:56 -06:00
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px; /* 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
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2021-07-21 07:21:16 -05:00
|
|
|
.sidebar.jsdialog.checkbutton {
|
2022-02-23 17:52:15 -06:00
|
|
|
font-size: var(--default-font-size);
|
2021-07-21 07:21:16 -05:00
|
|
|
}
|
|
|
|
|
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-20 17:08:53 -06:00
|
|
|
border: 1px solid var(--color-border-dark);
|
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 {
|
2022-02-05 18:20:33 -06:00
|
|
|
background-color: var(--color-background-darker) !important;
|
2022-02-20 17:08:53 -06:00
|
|
|
border: 1px solid var(--color-border-darker);
|
|
|
|
color: var(--color-text-darker);
|
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
|
|
|
|
2022-02-25 02:47:49 -06:00
|
|
|
#table-fillattrhb {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #fliplabel {
|
2021-09-18 03:28:33 -05:00
|
|
|
position: relative;
|
|
|
|
bottom: 26px;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #rotationlabel {
|
2021-09-18 03:28:33 -05:00
|
|
|
position: relative;
|
|
|
|
bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #ratio {
|
2021-09-18 03:28:33 -05:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #linetransparency {
|
2021-12-12 10:24:22 -06:00
|
|
|
position: relative;
|
2022-02-21 18:26:08 -06:00
|
|
|
left: -18px;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #horizontalpos,
|
|
|
|
.sidebar #verticalpos,
|
|
|
|
.sidebar #selectwidth,
|
|
|
|
.sidebar #selectheight {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
right: 24px;
|
|
|
|
}
|
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #fillgrad1 {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
left: 7px;
|
|
|
|
}
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #fillgrad2,
|
|
|
|
.sidebar #LB_SHADOW_COLOR {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
left: 5px;
|
|
|
|
}
|
2022-02-22 13:13:59 -06:00
|
|
|
#LB_SHADOW_COLOR {
|
|
|
|
border: 1px solid var(--color-border-lighter);
|
|
|
|
background-color: var(--color-background-lighter);
|
|
|
|
}
|
2022-02-21 18:26:08 -06:00
|
|
|
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #LB_GLOW_RADIUS,
|
|
|
|
.sidebar #SB_SOFTEDGE_RADIUS {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
right: 20px;
|
|
|
|
}
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #LB_GLOW_COLOR {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
left: 4px;
|
|
|
|
}
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #LB_GLOW_TRANSPARENCY,
|
|
|
|
.sidebar #LB_DISTANCE,
|
|
|
|
.sidebar #LB_SHADOW_BLUR,
|
|
|
|
.sidebar #setbrightness,
|
|
|
|
.sidebar #setcontrast,
|
|
|
|
.sidebar #setgraphtransparency {
|
2022-02-21 18:26:08 -06:00
|
|
|
position: relative;
|
|
|
|
right: 18px;
|
2021-12-03 14:34:02 -06:00
|
|
|
}
|
2022-03-04 02:29:15 -06:00
|
|
|
|
|
|
|
#TableEditPanelPanelExpander #grid1 > tr > td {
|
|
|
|
width: 176px;
|
|
|
|
}
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #rowheight,
|
|
|
|
.sidebar #columnwidth {
|
2022-03-04 02:29:15 -06:00
|
|
|
padding-left: 24px;
|
|
|
|
}
|
2022-03-13 18:42:06 -05:00
|
|
|
.sidebar #SetMinimalRowHeight,
|
|
|
|
.sidebar #SetMinimalColumnWidth {
|
2022-03-04 02:29:15 -06:00
|
|
|
position: relative;
|
|
|
|
bottom: 28px;
|
|
|
|
}
|