summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-03 18:58:44 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-03 18:58:44 +0200
commit2f9725469d2984851cc441a7c3b8abb525d26390 (patch)
tree60dca15129c0582bcacbf22e4722b37ac0e30f06 /core/css
parent8ad79eb09765393b83982f1c4503d9659bb08325 (diff)
downloadnextcloud-server-2f9725469d2984851cc441a7c3b8abb525d26390.tar.gz
nextcloud-server-2f9725469d2984851cc441a7c3b8abb525d26390.zip
switch nested containers in update to semibold style
Diffstat (limited to 'core/css')
-rw-r--r--core/css/update.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/update.css b/core/css/update.css
index b1e086af3fd..0c42449b07f 100644
--- a/core/css/update.css
+++ b/core/css/update.css
@@ -4,6 +4,11 @@
background-size: 32px;
}
+#update-progress-message-error,
+#update-progress-message-warnings {
+ font-weight: 600;
+}
+
#update-progress-message {
margin-bottom: 10px;
}
@@ -23,4 +28,4 @@
#body-login .warning.hidden {
display: none;
-} \ No newline at end of file
+}