Toolbar Calc setborderstyle popup use var's
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: Iebef42f31d1477baec54f72e263c310e12a70b5f
This commit is contained in:
parent
ee2bbdf16d
commit
d50df5eda3
1 changed files with 7 additions and 3 deletions
|
@ -535,16 +535,20 @@ button.leaflet-control-search-next
|
|||
}
|
||||
|
||||
#setborderstyle-grid tr td {
|
||||
color: var(--color-text-dark);
|
||||
background: var(--color-background-dark);
|
||||
border: 1px solid transparent;
|
||||
border-radius: var(--border-radius);
|
||||
box-sizing: border-box;
|
||||
background: rgba(255, 255, 255, 0.5);
|
||||
position: relative;
|
||||
padding: 2px;
|
||||
border: 1px solid #ccc;
|
||||
overflow: auto; /* child margins otherwise don't expand *this* element (parent) */
|
||||
}
|
||||
|
||||
#setborderstyle-grid td:hover {
|
||||
border: 1px solid #888;
|
||||
background: var(--color-background-darker);
|
||||
border: 1px solid var(--color-border-darker);
|
||||
color: var(--color-text-darker);
|
||||
}
|
||||
|
||||
#conditionalformatmenu-grid tr td {
|
||||
|
|
Loading…
Reference in a new issue