13 lines
220 B
CSS
13 lines
220 B
CSS
body{background:white; overflow:hidden;}
|
|
.btn-group .btn
|
|
{
|
|
display: block;
|
|
width: 80px;
|
|
text-align: center;
|
|
margin-top: -1px;
|
|
}
|
|
.btn-group .btn:hover{z-index: 9999;}
|
|
.btn-group .btn i
|
|
{
|
|
line-height: 21px;
|
|
} |