Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Extensions/combined/dist/firefox/popup.css')
-rw-r--r--Extensions/combined/dist/firefox/popup.css14
1 files changed, 11 insertions, 3 deletions
diff --git a/Extensions/combined/dist/firefox/popup.css b/Extensions/combined/dist/firefox/popup.css
index 3075989..757692d 100644
--- a/Extensions/combined/dist/firefox/popup.css
+++ b/Extensions/combined/dist/firefox/popup.css
@@ -17,7 +17,7 @@ body {
color: var(--white);
min-width: 300px;
padding: 0.5em;
- font-family: 'Roboto', Arial, Helvetica, sans-serif;
+ font-family: "Roboto", Arial, Helvetica, sans-serif;
font-size: 14px;
}
@@ -33,8 +33,9 @@ button {
border: none;
border-radius: 4px;
font-weight: 500;
- box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
- transition: .4s;
+ box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
+ 0 1px 10px 0 rgb(0 0 0 / 12%);
+ transition: 0.4s;
}
button:hover {
@@ -117,3 +118,10 @@ input:checked + .slider:before {
transform: translateX(35px);
display: inline-block;
}
+
+#server-status {
+ height: 72px;
+ width: 90px;
+ /* filter: invert(21%) sepia(100%) saturate(3618%) hue-rotate(102deg)
+ brightness(96%) contrast(108%); */
+}