aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-23 16:44:09 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-10-23 16:44:20 +0200
commitb6981dcecb0fb80b3b519af70f2c29329fe2c2b0 (patch)
treea0042912470bd4be6e84ccf0e176fa1afb9b1781 /core/css/styles.scss
parent26ca7a0e2f86cb76726073f2d73fd5cb8a1e09d9 (diff)
parent39338aaa676168b0a53c3a1f6d5363569f303361 (diff)
downloadnextcloud-server-b6981dcecb0fb80b3b519af70f2c29329fe2c2b0.tar.gz
nextcloud-server-b6981dcecb0fb80b3b519af70f2c29329fe2c2b0.zip
Merge branch 'master' of https://github.com/nextcloud/server into gridview-table
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index d9c0d7c6e4c..0927687fc76 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -84,7 +84,7 @@ ul {
body {
background-color: var(--color-main-background);
- font-weight: 300;
+ font-weight: normal;
font-size: .8em;
line-height: 1.6em;
font-family: var(--font-face);
@@ -327,14 +327,14 @@ label.infield {
.warning {
legend, a {
color: var(--color-primary-text) !important;
- font-weight: 600 !important;
+ font-weight: bold !important;
}
}
.error {
a {
color: var(--color-primary-text) !important;
- font-weight: 600 !important;
+ font-weight: bold !important;
&.button {
color: var(--color-text-lighter) !important;
display: inline-block;
@@ -541,7 +541,7 @@ code {
.ui-datepicker-title {
line-height: 1;
- font-weight: 300;
+ font-weight: normal;
}
.ui-icon {
opacity: .5;
@@ -622,7 +622,7 @@ code {
.ui-timepicker-title {
line-height: 1;
- font-weight: 300;
+ font-weight: normal;
}
}
/* AM/PM fix */
@@ -1091,7 +1091,7 @@ div.crumb {
&:not(:first-child) a {
}
&:last-child {
- font-weight: 600;
+ font-weight: bold;
margin-right: 10px;
// Allow multiple span next to the main 'a'
a ~ span {