summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-24 10:50:27 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-24 12:06:10 +0200
commit42ac987d961441c0413c47d384373476cc8cc833 (patch)
tree92fec8287cdf1a0d1cdc0f1c719ecd190f2731f8 /css
parent000f3ae886a67639e2a44fe82fd463f89f09ff8f (diff)
Fix enable ab toggle
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/ImportScreen.scss (renamed from css/importScreen.scss)0
-rw-r--r--css/Settings/SettingsAddressbook.scss3
-rw-r--r--css/contacts.scss6
3 files changed, 7 insertions, 2 deletions
diff --git a/css/importScreen.scss b/css/ImportScreen.scss
index 3d815389..3d815389 100644
--- a/css/importScreen.scss
+++ b/css/ImportScreen.scss
diff --git a/css/Settings/SettingsAddressbook.scss b/css/Settings/SettingsAddressbook.scss
index b5d779c0..61796c76 100644
--- a/css/Settings/SettingsAddressbook.scss
+++ b/css/Settings/SettingsAddressbook.scss
@@ -48,4 +48,7 @@
&__share {
margin-left: auto;
}
+ &--disabled &__name {
+ opacity: .5;
+ }
} \ No newline at end of file
diff --git a/css/contacts.scss b/css/contacts.scss
index e963e361..a54e58f8 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -37,7 +37,7 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
}
}
-
+// components
@import 'SettingsSection';
@import 'Settings/SettingsAddressbook';
@import 'Settings/SettingsAddressbookShares';
@@ -47,6 +47,8 @@ $grid-input-height-with-margin: #{$grid-height-unit - $grid-input-margin * 2};
@import 'ContentListItem';
@import 'Properties/Properties';
@import 'Properties/PropertyTitle';
-@import 'importScreen';
+@import 'ImportScreen';
+
+// various
@import 'animations';
@import 'icons';