notificationwidget.less
10 lines
| 227 B
| text/x-less
|
LessCssLexer
Brian E. Granger
|
r10730 | .notification_widget{ | ||
MinRK
|
r10971 | color: @navbarLinkColor; | ||
padding: 1px 12px; | ||||
margin: 2px 4px; | ||||
Brian E. Granger
|
r10730 | z-index: 10; | ||
MinRK
|
r10932 | border: 1px solid #ccc; | ||
Matthias BUSSONNIER
|
r13547 | border-radius: @baseBorderRadius; | ||
MinRK
|
r10932 | background: rgba(240, 240, 240, 0.5); | ||
Brian E. Granger
|
r10730 | } | ||