diff options
author | sameerasw <[email protected]> | 2025-03-05 18:40:55 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-03-05 18:40:55 +0530 |
commit | 5bb01b6cc833c3e3609a0992d2512137748c8e89 (patch) | |
tree | 908332fb3756cefc79a4a4359ec15d5488ba09f6 /popup/popup.css | |
parent | bbeae845b702727f0ffaf3e49c85ed9bc0f971ab (diff) |
feature complete for #4 - forced theems for unthemed websites.
Diffstat (limited to 'popup/popup.css')
-rw-r--r-- | popup/popup.css | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/popup/popup.css b/popup/popup.css index 9b49600..0058174 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -173,8 +173,8 @@ input:checked + .slider:before { .features-container {
background-color: var(--secondary-bg);
border-radius: var(--radius-md);
- padding: 16px;
- margin-bottom: 16px;
+ padding: 12px;
+ margin-bottom: 8px;
}
.features-list {
@@ -406,4 +406,20 @@ input:checked + .slider:before { #addon-version, #last-fetched-time{
font-size: 0.75em;
+}
+
+.forcing-container{
+ background-color: var(--secondary-bg);
+ border-radius: var(--radius-md);
+ padding: 16px;
+ margin-bottom: 16px;
+}
+
+.warning{
+ color: var(--warning-color);
+ margin-top: 8px;
+}
+
+#reload{
+ margin-top: 16px;
}
\ No newline at end of file |