mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
edit index.css for color consistency
This commit is contained in:
@@ -281,22 +281,29 @@ button:hover {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
:root.blender .tabulator-selected .tabulator-cell {
|
:root.blender .tabulator-selected .tabulator-cell,
|
||||||
|
:root.blender .tabulator-row.tabulator-selected {
|
||||||
background-color: var(--blender-active-highlight) !important;
|
background-color: var(--blender-active-highlight) !important;
|
||||||
color: var(--blender-active-text-highlight) !important;
|
color: var(--blender-active-text-highlight) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:root.blender .tabulator-selected:hover .tabulator-cell {
|
:root.blender .tabulator-selected:hover .tabulator-cell,
|
||||||
|
:root.blender .tabulator-row.tabulator-selected:hover {
|
||||||
filter: brightness(1.2)
|
filter: brightness(1.2)
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulator-menu-item {
|
:root.blender .tabulator-popup-container {
|
||||||
|
background: var(--blender-panel-background);
|
||||||
|
border: var(--blender-tab-outline);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root.blender .tabulator-menu-item {
|
||||||
color: var(--blender-text) !important;
|
color: var(--blender-text) !important;
|
||||||
background-color: var(--blender-panel-background) !important;
|
background-color: var(--blender-panel-background) !important;
|
||||||
transition: filter 0.1s ease;
|
transition: filter 0.1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabulator-menu-item:hover {
|
:root.blender .tabulator-menu-item:hover {
|
||||||
filter: brightness(1.4);
|
filter: brightness(1.4);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user