This commit is contained in:
TheGiddyLimit
2024-01-06 14:47:30 +00:00
parent 0a4253c9f0
commit e3bf75f42a
48 changed files with 14038 additions and 524 deletions

View File

@@ -23,3 +23,9 @@
text-decoration-color: $rgb-source-PSA !important;
}
}
.night-mode .ve-source-marker {
&--partnered {
color: #27ac8c;
}
}

View File

@@ -649,3 +649,29 @@
}
}
}
.ve-source-marker {
position: relative;
font-size: 80%;
display: inline-block;
margin-left: 1px;
align-self: start;
&--list {
left: 1px;
margin-top: 1px;
margin-left: -20px;
padding-left: 20px;
line-height: 8px;
height: 8px;
width: 8px;
}
&--partnered {
color: #00c797;
}
&--legacy {
color: $rgb-font--muted;
}
}

View File

@@ -469,10 +469,21 @@ input[type=checkbox].sidemenu__row__label__cb {
&disp-srd {
font-size: 8.5px;
vertical-align: super;
align-self: start;
top: 2px;
margin-right: 1px;
margin-left: -2px;
margin-left: 2px;
}
&disp-source-marker {
margin-left: 2px;
}
&wrp-page {
margin-left: 4px;
font-family: "Convergence", Arial, sans-serif;
font-weight: 100;
font-size: 94%;
}
// region Clear button
@@ -1765,7 +1776,7 @@ tr.regionaleffect {
line-height: 2.3em;
&--large {
font-size: 5vmin;
font-size: 4vmin;
color: initial;
}
}
@@ -3006,7 +3017,7 @@ th.border {
.stripe-odd-table > tbody > tr:nth-child(odd),
.stripe-even-table > tbody > tr:nth-child(even) {
background-color: #4e4e4e80; // pre-blend (50% opacity): 38 38 38
background-color: $rgb-stripe-grey--night;
}
#please-select-message.showing > td {

View File

@@ -81,7 +81,7 @@ $rgb-shadow-grey--dark: rgba(0, 0, 0, 0.475);
$rgb-stripe-grey: #88888818;
$rgb-stripe-grey--faint: #bbbbbb18;
$rgb-stripe-grey--night: #aaa4;
$rgb-stripe-grey--night: #aaa2;
$rgb-cb-grey: #666;

View File

@@ -19,7 +19,8 @@
align-self: center;
}
&disp-srd {
&disp-srd,
&disp-source-marker {
font-size: 8.5px;
vertical-align: super;
top: 2px;