diff options
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index a2fe85ed8..22d2bc014 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -959,8 +959,8 @@ input[type=submit].btn { height: 0; } .inner { - background-color: @black; - background-color: rgba(0,0,0,.8); + background: @black; + background: rgba(0,0,0,.8); padding: 3px; overflow: hidden; width: 280px; |
