mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 23:38:40 +00:00
disable mouse selection of tabs
This commit is contained in:
parent
b62e60940b
commit
33ac7c6ea8
|
|
@ -4190,6 +4190,7 @@ section > h2 {
|
||||||
padding: 0.3rem 0 0 0; }
|
padding: 0.3rem 0 0 0; }
|
||||||
.tabview .tab-links label {
|
.tabview .tab-links label {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
user-select: none;
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
.tabview .tab-links label:hover {
|
.tabview .tab-links label:hover {
|
||||||
color: var(--text-on-background-color-2);
|
color: var(--text-on-background-color-2);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user