mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-25 17:59:34 +00:00
MAINT: Suplement user-select: none
with -webkit-user-select: none
Because of course Apple just has to be different
This commit is contained in:
parent
0517a39f45
commit
5d48a43813
6 changed files with 16 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
#crafting-header {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
font-size: min(5vh, 2.5vw);
|
||||
line-height: 0;
|
||||
color: white;
|
||||
|
@ -217,6 +218,7 @@
|
|||
font: inherit;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.crafting-label input, .crafting-label textarea {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
width: 20%;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#friend-list-search-input {
|
||||
|
@ -65,6 +66,7 @@
|
|||
|
||||
#friend-list-header {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#friend-list-header .friend-list-link {
|
||||
|
@ -114,6 +116,7 @@
|
|||
justify-content: center;
|
||||
gap: 0.15em;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.friend-list-icon-container {
|
||||
|
@ -233,6 +236,7 @@
|
|||
|
||||
.RelationType {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.friend-list-link {
|
||||
|
|
|
@ -285,6 +285,7 @@ select:invalid:not(:disabled):not(:read-only) {
|
|||
background-color: rgba(0, 0, 0, 0.55);
|
||||
padding: min(1vh, 0.5vw);
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.dropdown-header {
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
background-size: contain;
|
||||
mask-size: contain;
|
||||
box-sizing: border-box;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
/* Delegate the background/border styling to a separate class in order to ease their removal when a greater degree of element styling is desired */
|
||||
|
@ -35,7 +37,6 @@
|
|||
--tooltip-gap: min(1vh, 0.5vw);
|
||||
|
||||
cursor: auto;
|
||||
user-select: none;
|
||||
background-color: #FFFF88;
|
||||
color: black;
|
||||
border: min(0.2vh, 0.1vw) solid black;
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
|
||||
.chat-room-sep-header {
|
||||
user-select: all !important;
|
||||
-webkit-user-select: all !important;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
|
@ -49,6 +50,7 @@
|
|||
|
||||
.chat-room-no-copy {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.chat-room-sep-collapse {
|
||||
|
@ -113,6 +115,7 @@
|
|||
overflow: hidden;
|
||||
flex: 1;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
border-right: black solid max(3px, min(0.4vh, 0.2vw));
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
@ -151,6 +154,7 @@
|
|||
justify-self: end;
|
||||
align-self: flex-end;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
padding-right: min(0.5vh, 0.25vw);
|
||||
}
|
||||
|
||||
|
@ -643,6 +647,7 @@
|
|||
width: 0.5em;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
.chat-room-changelog-header-div:has([aria-expanded="false"]) ~ * {
|
||||
|
|
|
@ -82,6 +82,7 @@
|
|||
font: inherit;
|
||||
color: white;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
min-height: 1.15em; /* 1 line */
|
||||
max-height: 4.6em; /* 4 lines */
|
||||
|
@ -232,6 +233,7 @@
|
|||
width: 100%;
|
||||
color: white;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
text-indent: 1em hanging each-line;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue