mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-14 00:38:40 +00:00
Disable selection of certain elements
This commit is contained in:
parent
ee3650ecd8
commit
2375a5f14e
2
nav.scss
2
nav.scss
|
|
@ -1,6 +1,7 @@
|
||||||
@import "_mixins", "_vars";
|
@import "_mixins", "_vars";
|
||||||
|
|
||||||
#nav-side {
|
#nav-side {
|
||||||
|
user-select: none;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 75px;
|
top: 75px;
|
||||||
|
|
@ -123,6 +124,7 @@ label[for="nav-trigger"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-top {
|
.nav-top {
|
||||||
|
user-select: none;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
|
||||||
|
|
@ -4253,6 +4253,7 @@ ul.h-list li {
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
/* Colors */
|
/* Colors */
|
||||||
#nav-side {
|
#nav-side {
|
||||||
|
user-select: none;
|
||||||
width: 175px;
|
width: 175px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 75px;
|
top: 75px;
|
||||||
|
|
@ -4323,6 +4324,7 @@ label[for="nav-trigger"] {
|
||||||
left: 175px; }
|
left: 175px; }
|
||||||
|
|
||||||
.nav-top {
|
.nav-top {
|
||||||
|
user-select: none;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user