disable user select on header
This commit is contained in:
parent
971fbef756
commit
87c53c640a
1 changed files with 4 additions and 3 deletions
|
@ -29,8 +29,9 @@ h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background: -webkit-linear-gradient(90deg,#ff8a00,#e52e71);
|
background: -webkit-linear-gradient(90deg,#ff8a00,#e52e71);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
|
-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none; -o-user-select:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#grid {
|
#grid {
|
||||||
|
@ -62,7 +63,7 @@ h1 {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
background: #c0d0c0;
|
background: #c0d0c0;
|
||||||
border: 1px solid #c0c0c0;
|
border: 1px solid #c0c0c0;
|
||||||
-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none;-o-user-select:none;
|
-moz-user-select: none; -webkit-user-select: none; -ms-user-select:none; user-select:none; -o-user-select:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#grid TR TD[data-status=default],
|
#grid TR TD[data-status=default],
|
||||||
|
|
Loading…
Reference in a new issue