FIX: poll options display issues
This commit is contained in:
parent
8a3a02421a
commit
78cff468bc
|
@ -29,10 +29,9 @@ div.poll {
|
|||
color: $option-foreground;
|
||||
background: $option-background;
|
||||
box-shadow: inset 0 -6px rgba(0,0,0,.25), inset 0 0 0 100px rgba(0,0,0,0);
|
||||
padding: 0 12px;
|
||||
padding: .5em .7em;
|
||||
margin-bottom: 10px;
|
||||
border-radius: 4px;
|
||||
height: 2.3em;
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 0 -6px rgba(0,0,0,.35), inset 0 0 0 100px rgba(0,0,0,.1);
|
||||
|
|
Loading…
Reference in New Issue