diff options
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 5b72081b2..b70ae1cb2 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -834,6 +834,8 @@ input[type=submit].btn { top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -280px; background-color: @white; @@ -1025,6 +1027,7 @@ input[type=submit].btn { white-space: nowrap; background-color: @grayLight; .border-radius(3px); + text-shadow: none; &.important { background-color: #c43c35; } &.warning { background-color: @orange; } &.success { background-color: @green; } |
