add styles
parent
8e7133c4ab
commit
bf26c4c0ef
|
@ -363,11 +363,15 @@ abbr[title] {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#iconGroup > div > button {
|
||||
#defaultIcon {
|
||||
background: #eee;
|
||||
border: 1px solid #ccc !important;
|
||||
}
|
||||
|
||||
#defaultIcon:hover {
|
||||
background-color: #C8C8C8;
|
||||
}
|
||||
|
||||
.bs-glyphicons {
|
||||
width: 800%;
|
||||
}
|
||||
|
@ -387,4 +391,9 @@ abbr[title] {
|
|||
text-align: center;
|
||||
border: 1px solid #fff;
|
||||
background-color: #f9f9f9;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.bs-glyphicons > ul > li:hover {
|
||||
background-color: #C8C8C8;
|
||||
}
|
Loading…
Reference in New Issue