summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-24 12:41:09 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-07-24 12:41:09 +0200
commitaae26ef5e50eb65e53517ada2209c63d991a0294 (patch)
tree84b60dca41252b88f8dba1ec49018a13b12124ea /core
parent315613a8f3a2978c5881a5af5be385f41252674c (diff)
downloadnextcloud-server-aae26ef5e50eb65e53517ada2209c63d991a0294.tar.gz
nextcloud-server-aae26ef5e50eb65e53517ada2209c63d991a0294.zip
slight dark inset text shadow for warnings to increase legibility
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index d93faf80cd0..9e766cac7e0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -364,6 +364,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
display: block;
padding: 10px;
color: #dd3b3b;
+ text-shadow: 0 -1px 0 rgba(0,0,0,.3);
background-color: rgba(0,0,0,.3);
text-align: center;
-moz-border-radius: 5px;