slight dark inset text shadow for warnings to increase legibility
This commit is contained in:
parent
315613a8f3
commit
aae26ef5e5
|
@ -364,6 +364,7 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
|
||||||
display: block;
|
display: block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #dd3b3b;
|
color: #dd3b3b;
|
||||||
|
text-shadow: 0 -1px 0 rgba(0,0,0,.3);
|
||||||
background-color: rgba(0,0,0,.3);
|
background-color: rgba(0,0,0,.3);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
|
|
Loading…
Reference in New Issue