Macro dialog: remove unecessary CSS rules
with 496256a96b
we no longer need the
pre fix -table in the ids plus better to just remove any non essential
bits and share more CSS between places
Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com>
Change-Id: Ica8ef3db2ed52a379cb75437d7b147c8b42bbd7b
This commit is contained in:
parent
7c2a63537e
commit
8a4d7d19cd
1 changed files with 0 additions and 31 deletions
|
@ -733,37 +733,10 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
|||
font-size: var(--default-font-size);
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-box2 {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-box2 > .row > .cell.jsdialog {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-box2 > .row > .cell.jsdialog:first-of-type {
|
||||
width: 47%;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-frame1 {
|
||||
width: auto;
|
||||
margin-left: 47%;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #description {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-frame3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-frame3 .jsdialog.ui-alignment,
|
||||
#MacroSelectorDialog #table-frame2,
|
||||
#MacroSelectorDialog #table-frame2 .vertical.jsdialog.ui-alignment {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #commands,
|
||||
#MacroSelectorDialog #categories {
|
||||
height: 150px;
|
||||
|
@ -808,10 +781,6 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
|||
color: var(--color-text-darker);
|
||||
}
|
||||
|
||||
#MacroSelectorDialog #table-frame3 .jsdialog.ui-treeview-entry {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
/* color selector */
|
||||
.unotoolbutton .selected-color {
|
||||
height: 5px;
|
||||
|
|
Loading…
Reference in a new issue