2019-10-28 01:54:37 +00:00
|
|
|
.noselect {
|
|
|
|
user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
}
|
2019-11-14 04:13:38 +00:00
|
|
|
|
|
|
|
.nolist {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2020-03-01 04:28:08 +00:00
|
|
|
|
2020-08-12 01:30:20 +00:00
|
|
|
.nolink {
|
|
|
|
display: inline-block;
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-11-28 04:45:25 +00:00
|
|
|
.nobar {
|
|
|
|
scrollbar-width: none;
|
|
|
|
-mis-overflow-style: none;
|
|
|
|
|
|
|
|
&::-webkit-scrollbar {
|
|
|
|
background: transparent;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: var(--shadow-weak);
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
box-shadow: inset 0 0 3px var(--shadow-hint);
|
|
|
|
border: solid 1px var(--shadow-hint);
|
|
|
|
background-color: var(--shadow-touch);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-inline::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-inline::-webkit-scrollbar-thumb {
|
|
|
|
background-color: var(--shadow-hint);
|
|
|
|
}
|
|
|
|
|
|
|
|
.bar-strong::-webkit-scrollbar-thumb {
|
|
|
|
background-color: var(--primary);
|
|
|
|
}
|
|
|
|
|
2020-03-01 04:28:08 +00:00
|
|
|
:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|