summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-27 15:59:06 +0100
committerGitHub <noreply@github.com>2018-02-27 15:59:06 +0100
commit77927442a65040389333a0d12b15b8d9eba4d0ae (patch)
tree4ea8b637461456ddcdf1354c150d934f8065c507 /settings
parent640db3d5fed6ca6d274d64842100fa7216ae1d67 (diff)
parent5f217e2d83c3e6556f2d9ca1ba314b23e84c69c5 (diff)
downloadnextcloud-server-77927442a65040389333a0d12b15b8d9eba4d0ae.tar.gz
nextcloud-server-77927442a65040389333a0d12b15b8d9eba4d0ae.zip
Merge pull request #8496 from nextcloud/ext-strg-design-fixes
External storage design fixes and update
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index 611961b1065..451b9e733f2 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1112,14 +1112,14 @@ table.grid td.date {
span {
&.success {
- background: #37ce02;
+ background-color: $color-success;
border-radius: $border-radius;
}
&.error {
- background: #ce3702;
+ background-color: $color-error;
}
&.indeterminate {
- background: #e6db00;
+ background-color: $color-warning;
border-radius: 40% 0;
}
}