mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
add styles
This commit is contained in:
parent
9e992a8f61
commit
183ab33729
@ -363,11 +363,15 @@ abbr[title] {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
#iconGroup > div > button {
|
#defaultIcon {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border: 1px solid #ccc !important;
|
border: 1px solid #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#defaultIcon:hover {
|
||||||
|
background-color: #C8C8C8;
|
||||||
|
}
|
||||||
|
|
||||||
.bs-glyphicons {
|
.bs-glyphicons {
|
||||||
width: 800%;
|
width: 800%;
|
||||||
}
|
}
|
||||||
@ -387,4 +391,9 @@ abbr[title] {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bs-glyphicons > ul > li:hover {
|
||||||
|
background-color: #C8C8C8;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user