summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 580db3de2f4..3fa064c95d1 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -25,10 +25,6 @@ input#openid, input#webdav {
background-image: url('../img/toggle-filelist.svg?v=1');
}
-.nav-icon-apppasswords {
- background-image: url('../img/password.svg?v=1');
-}
-
.nav-icon-clientsbox {
background-image: url('../img/change.svg?v=1');
}
@@ -191,6 +187,13 @@ input#openid, input#webdav {
cursor: pointer;
}
+#personal-settings-container input:disabled {
+ background-color: white;
+ color: black;
+ border: none;
+ opacity: 100;
+}
+
.verification-dialog {
display: none;
right: -9px;
@@ -1313,3 +1316,11 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
margin-bottom: 12px;
opacity: .7;
}
+
+.settings-caption {
+ font-weight: bold;
+ line-height: 44px;
+ padding: 0 12px;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}