sneed
This commit is contained in:
parent
0bae0d0724
commit
539f0686f9
3 changed files with 80 additions and 80 deletions
|
@ -157,7 +157,7 @@ a {
|
|||
background-color: transparent;
|
||||
}
|
||||
a:hover {
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -2012,7 +2012,7 @@ pre code {
|
|||
background-color: #E1E1E1;
|
||||
border-color: #ffe6f1;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.form-control::placeholder {
|
||||
color: #000000;
|
||||
|
@ -2418,7 +2418,7 @@ textarea.form-control {
|
|||
}
|
||||
.btn:focus, .btn.focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.btn.disabled, .btn:disabled {
|
||||
opacity: 0.65;
|
||||
|
@ -2435,13 +2435,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-primary:hover {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
|
||||
}
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
|
@ -2451,7 +2451,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
|
||||
|
@ -2874,7 +2874,7 @@ fieldset:disabled a.btn {
|
|||
text-decoration: none;
|
||||
}
|
||||
.btn-link:hover {
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btn-link:focus, .btn-link.focus {
|
||||
|
@ -3477,7 +3477,7 @@ input[type=button].btn-block {
|
|||
background-color: #ff66ac;
|
||||
}
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
border-color: #ffe6f1;
|
||||
|
@ -3601,7 +3601,7 @@ input[type=button].btn-block {
|
|||
.custom-select:focus {
|
||||
border-color: #ffe6f1;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #000000;
|
||||
|
@ -3658,7 +3658,7 @@ input[type=button].btn-block {
|
|||
}
|
||||
.custom-file-input:focus ~ .custom-file-label {
|
||||
border-color: #ffe6f1;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
|
||||
background-color: #E1E1E1;
|
||||
|
@ -3713,13 +3713,13 @@ input[type=button].btn-block {
|
|||
outline: none;
|
||||
}
|
||||
.custom-range:focus::-webkit-slider-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range:focus::-moz-range-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range:focus::-ms-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range::-moz-focus-outer {
|
||||
border: 0;
|
||||
|
@ -4541,7 +4541,7 @@ input[type=button].btn-block {
|
|||
}
|
||||
.page-link:hover {
|
||||
z-index: 2;
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: none;
|
||||
background-color: #E1E1E1;
|
||||
border-color: #383838;
|
||||
|
@ -4549,7 +4549,7 @@ input[type=button].btn-block {
|
|||
.page-link:focus {
|
||||
z-index: 3;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
|
||||
.page-item:first-child .page-link {
|
||||
|
@ -4645,7 +4645,7 @@ a.badge:hover, a.badge:focus {
|
|||
}
|
||||
a.badge-primary:hover, a.badge-primary:focus {
|
||||
color: #000000;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-primary:focus, a.badge-primary.focus {
|
||||
outline: 0;
|
||||
|
@ -6000,7 +6000,7 @@ a.close.disabled {
|
|||
a.bg-primary:hover, a.bg-primary:focus,
|
||||
button.bg-primary:hover,
|
||||
button.bg-primary:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
|
@ -9677,7 +9677,7 @@ button.bg-dark:focus {
|
|||
}
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
|
@ -10152,7 +10152,7 @@ a {
|
|||
background-color: transparent;
|
||||
}
|
||||
a:hover {
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -12387,7 +12387,7 @@ pre code {
|
|||
background-color: #E1E1E1;
|
||||
border-color: #ffe6f1;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.form-control::placeholder {
|
||||
color: #000000;
|
||||
|
@ -12793,7 +12793,7 @@ textarea.form-control {
|
|||
}
|
||||
.btn:focus, .btn.focus {
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.btn.disabled, .btn:disabled {
|
||||
opacity: 0.65;
|
||||
|
@ -12810,13 +12810,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-primary:hover {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-primary:focus, .btn-primary.focus {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
|
||||
}
|
||||
.btn-primary.disabled, .btn-primary:disabled {
|
||||
|
@ -12826,7 +12826,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
|
||||
|
@ -13170,13 +13170,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-upvote:hover {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-upvote:focus, .btn-upvote.focus {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
|
||||
}
|
||||
.btn-upvote.disabled, .btn-upvote:disabled {
|
||||
|
@ -13186,7 +13186,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
|
||||
|
@ -13200,13 +13200,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-purple:hover {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-purple:focus, .btn-purple.focus {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
|
||||
}
|
||||
.btn-purple.disabled, .btn-purple:disabled {
|
||||
|
@ -13216,7 +13216,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
|
||||
|
@ -13260,13 +13260,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-admin:hover {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-admin:focus, .btn-admin.focus {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(217, 87, 146, 0.5);
|
||||
}
|
||||
.btn-admin.disabled, .btn-admin:disabled {
|
||||
|
@ -13276,7 +13276,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
|
||||
color: #E1E1E1;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
|
||||
|
@ -14294,7 +14294,7 @@ fieldset:disabled a.btn {
|
|||
text-decoration: none;
|
||||
}
|
||||
.btn-link:hover {
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.btn-link:focus, .btn-link.focus {
|
||||
|
@ -14897,7 +14897,7 @@ input[type=button].btn-block {
|
|||
background-color: #ff66ac;
|
||||
}
|
||||
.custom-control-input:focus ~ .custom-control-label::before {
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
||||
border-color: #ffe6f1;
|
||||
|
@ -15021,7 +15021,7 @@ input[type=button].btn-block {
|
|||
.custom-select:focus {
|
||||
border-color: #ffe6f1;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #000000;
|
||||
|
@ -15078,7 +15078,7 @@ input[type=button].btn-block {
|
|||
}
|
||||
.custom-file-input:focus ~ .custom-file-label {
|
||||
border-color: #ffe6f1;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
|
||||
background-color: #E1E1E1;
|
||||
|
@ -15133,13 +15133,13 @@ input[type=button].btn-block {
|
|||
outline: none;
|
||||
}
|
||||
.custom-range:focus::-webkit-slider-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range:focus::-moz-range-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range:focus::-ms-thumb {
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 1px #E1E1E1, 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
.custom-range::-moz-focus-outer {
|
||||
border: 0;
|
||||
|
@ -15961,7 +15961,7 @@ input[type=button].btn-block {
|
|||
}
|
||||
.page-link:hover {
|
||||
z-index: 2;
|
||||
color: #ff66ac;
|
||||
color: #ff1a83;
|
||||
text-decoration: none;
|
||||
background-color: #E1E1E1;
|
||||
border-color: #383838;
|
||||
|
@ -15969,7 +15969,7 @@ input[type=button].btn-block {
|
|||
.page-link:focus {
|
||||
z-index: 3;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.2rem ff66ac;
|
||||
box-shadow: 0 0 0 0.2rem rgba(255, 102, 172, 0.25);
|
||||
}
|
||||
|
||||
.page-item:first-child .page-link {
|
||||
|
@ -16065,7 +16065,7 @@ a.badge:hover, a.badge:focus {
|
|||
}
|
||||
a.badge-primary:hover, a.badge-primary:focus {
|
||||
color: #000000;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-primary:focus, a.badge-primary.focus {
|
||||
outline: 0;
|
||||
|
@ -16221,7 +16221,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
|
|||
}
|
||||
a.badge-upvote:hover, a.badge-upvote:focus {
|
||||
color: #000000;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-upvote:focus, a.badge-upvote.focus {
|
||||
outline: 0;
|
||||
|
@ -16234,7 +16234,7 @@ a.badge-upvote:focus, a.badge-upvote.focus {
|
|||
}
|
||||
a.badge-purple:hover, a.badge-purple:focus {
|
||||
color: #000000;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-purple:focus, a.badge-purple.focus {
|
||||
outline: 0;
|
||||
|
@ -16260,7 +16260,7 @@ a.badge-gold:focus, a.badge-gold.focus {
|
|||
}
|
||||
a.badge-admin:hover, a.badge-admin:focus {
|
||||
color: #000000;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-admin:focus, a.badge-admin.focus {
|
||||
outline: 0;
|
||||
|
@ -18161,7 +18161,7 @@ a.close.disabled {
|
|||
a.bg-primary:hover, a.bg-primary:focus,
|
||||
button.bg-primary:hover,
|
||||
button.bg-primary:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-secondary {
|
||||
|
@ -18281,7 +18281,7 @@ button.bg-downvote:focus {
|
|||
a.bg-upvote:hover, a.bg-upvote:focus,
|
||||
button.bg-upvote:hover,
|
||||
button.bg-upvote:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-purple {
|
||||
|
@ -18291,7 +18291,7 @@ button.bg-upvote:focus {
|
|||
a.bg-purple:hover, a.bg-purple:focus,
|
||||
button.bg-purple:hover,
|
||||
button.bg-purple:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-gold {
|
||||
|
@ -18311,7 +18311,7 @@ button.bg-gold:focus {
|
|||
a.bg-admin:hover, a.bg-admin:focus,
|
||||
button.bg-admin:hover,
|
||||
button.bg-admin:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-gray {
|
||||
|
@ -23208,7 +23208,7 @@ button.bg-reddit:focus {
|
|||
}
|
||||
|
||||
a.text-primary:hover, a.text-primary:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
|
@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus {
|
|||
}
|
||||
|
||||
a.text-upvote:hover, a.text-upvote:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-purple {
|
||||
|
@ -23312,7 +23312,7 @@ a.text-upvote:hover, a.text-upvote:focus {
|
|||
}
|
||||
|
||||
a.text-purple:hover, a.text-purple:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-gold {
|
||||
|
@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus {
|
|||
}
|
||||
|
||||
a.text-admin:hover, a.text-admin:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-gray {
|
||||
|
|
|
@ -13170,13 +13170,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-upvote:hover {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-upvote:focus, .btn-upvote.focus {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
|
||||
}
|
||||
.btn-upvote.disabled, .btn-upvote:disabled {
|
||||
|
@ -13186,7 +13186,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-upvote:not(:disabled):not(.disabled):active, .btn-upvote:not(:disabled):not(.disabled).active, .show > .btn-upvote.dropdown-toggle {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-upvote:not(:disabled):not(.disabled):active:focus, .btn-upvote:not(:disabled):not(.disabled).active:focus, .show > .btn-upvote.dropdown-toggle:focus {
|
||||
|
@ -13260,13 +13260,13 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-admin:hover {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
}
|
||||
.btn-admin:focus, .btn-admin.focus {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
border-color: #ff66ac;
|
||||
background-color: #ff4097;
|
||||
border-color: #ff3390;
|
||||
box-shadow: 0 0 0 0.2rem rgba(219, 89, 150, 0.5);
|
||||
}
|
||||
.btn-admin.disabled, .btn-admin:disabled {
|
||||
|
@ -13276,7 +13276,7 @@ fieldset:disabled a.btn {
|
|||
}
|
||||
.btn-admin:not(:disabled):not(.disabled):active, .btn-admin:not(:disabled):not(.disabled).active, .show > .btn-admin.dropdown-toggle {
|
||||
color: #c9d1d9;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
border-color: #ff2689;
|
||||
}
|
||||
.btn-admin:not(:disabled):not(.disabled):active:focus, .btn-admin:not(:disabled):not(.disabled).active:focus, .show > .btn-admin.dropdown-toggle:focus {
|
||||
|
@ -16221,7 +16221,7 @@ a.badge-downvote:focus, a.badge-downvote.focus {
|
|||
}
|
||||
a.badge-upvote:hover, a.badge-upvote:focus {
|
||||
color: #0d1117;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-upvote:focus, a.badge-upvote.focus {
|
||||
outline: 0;
|
||||
|
@ -16260,7 +16260,7 @@ a.badge-gold:focus, a.badge-gold.focus {
|
|||
}
|
||||
a.badge-admin:hover, a.badge-admin:focus {
|
||||
color: #0d1117;
|
||||
background-color: #ff66ac;
|
||||
background-color: #ff3390;
|
||||
}
|
||||
a.badge-admin:focus, a.badge-admin.focus {
|
||||
outline: 0;
|
||||
|
@ -18281,7 +18281,7 @@ button.bg-downvote:focus {
|
|||
a.bg-upvote:hover, a.bg-upvote:focus,
|
||||
button.bg-upvote:hover,
|
||||
button.bg-upvote:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-purple {
|
||||
|
@ -18311,7 +18311,7 @@ button.bg-gold:focus {
|
|||
a.bg-admin:hover, a.bg-admin:focus,
|
||||
button.bg-admin:hover,
|
||||
button.bg-admin:focus {
|
||||
background-color: #ff66ac !important;
|
||||
background-color: #ff3390 !important;
|
||||
}
|
||||
|
||||
.bg-gray {
|
||||
|
@ -23304,7 +23304,7 @@ a.text-downvote:hover, a.text-downvote:focus {
|
|||
}
|
||||
|
||||
a.text-upvote:hover, a.text-upvote:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-purple {
|
||||
|
@ -23328,7 +23328,7 @@ a.text-gold:hover, a.text-gold:focus {
|
|||
}
|
||||
|
||||
a.text-admin:hover, a.text-admin:focus {
|
||||
color: #ff66ac !important;
|
||||
color: #ff1a83 !important;
|
||||
}
|
||||
|
||||
.text-gray {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue