summaryrefslogtreecommitdiffstats
path: root/settings/css/settings.css
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2014-03-21 20:27:22 +0100
committerkondou <kondou@ts.unde.re>2014-03-21 20:27:22 +0100
commite6b4d28229da406b621da61183568a6a1de11cd7 (patch)
tree141b8aeef9faf18dada95a59e1821346ca275d4f /settings/css/settings.css
parentdda7129a243c7ebdbcdf9c2b5dbf167542402bc2 (diff)
downloadnextcloud-server-e6b4d28229da406b621da61183568a6a1de11cd7.tar.gz
nextcloud-server-e6b4d28229da406b621da61183568a6a1de11cd7.zip
Move success/error squircles to settings
Diffstat (limited to 'settings/css/settings.css')
-rw-r--r--settings/css/settings.css9
1 files changed, 9 insertions, 0 deletions
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;}