summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files_external/css/settings.css7
-rw-r--r--settings/css/settings.css9
2 files changed, 9 insertions, 7 deletions
diff --git a/apps/files_external/css/settings.css b/apps/files_external/css/settings.css
index 11aeb10184b..1d3489f7f57 100644
--- a/apps/files_external/css/settings.css
+++ b/apps/files_external/css/settings.css
@@ -4,13 +4,6 @@ td.status > span {
width: 16px;
vertical-align: text-bottom;
}
-span.success {
- background: #37ce02;
- border-radius: 8px;
-}
-span.error {
- background: #ce3702;
-}
td.mountPoint, td.backend { width:160px; }
td.remove>img { visibility:hidden; padding-top:13px; }
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 249ee1949f0..280d022af4e 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -178,6 +178,15 @@ table.shareAPI td { padding-bottom: 0.8em; }
vertical-align: text-bottom;
}
+span.success {
+ background: #37ce02;
+ border-radius: 8px;
+}
+
+span.error {
+ background: #ce3702;
+}
+
/* HELP */
.pressed {background-color:#DDD;}