aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/css/settings.css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 19:08:54 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-11 19:44:13 -0400
commit6014fe5344cd22ff783af18db2b567e2cd7ef819 (patch)
tree7ffe9a3de33a3079db2084cedbe02ce52d36c721 /ext/bg/css/settings.css
parent2bfc7e39725420a2a1a89d968b0a1f27687f70ea (diff)
Add support for persistent storage
Diffstat (limited to 'ext/bg/css/settings.css')
-rw-r--r--ext/bg/css/settings.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext/bg/css/settings.css b/ext/bg/css/settings.css
index 6284058a..100478aa 100644
--- a/ext/bg/css/settings.css
+++ b/ext/bg/css/settings.css
@@ -137,6 +137,17 @@
white-space: pre;
}
+.btn-inner-middle {
+ vertical-align: middle;
+}
+.storage-persist-button-inner {
+ pointer-events: none;
+}
+input[type=checkbox]#storage-persist-button-checkbox {
+ margin: 0 0.375em 0 0;
+ padding: 0;
+}
+
[data-show-for-browser] {
display: none;
}