css bug fixing

This commit is contained in:
Ezequiel Bergamaschi
2014-09-22 03:37:18 -03:00
parent 412518f264
commit ac27edae21
3 changed files with 13 additions and 3 deletions

View File

@@ -153,6 +153,15 @@ div.shareModalDialog {
.popoverBlack.bottom .arrow:after{
border-bottom-color: black;
}
.popoverGray {
background: #e4e2d2;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
border: 3px double #bebebe;
}
.popoverGray.bottom .arrow:after{
border-bottom-color: #e4e2d2;
}