Merge pull request #70 from christianesperar/master

Remove dropdown arrow which is problematic on some dropdown
pull/72/head
Aigars Silkalns 2016-04-06 22:25:52 +03:00
commit b8629c3411
1 changed files with 5 additions and 14 deletions

View File

@ -1327,8 +1327,7 @@ ul.msg_list li a .message {
} }
.dropdown-menu { .dropdown-menu {
border: medium none; border: medium none;
border-radius: 3px; box-shadow: none;
box-shadow: 0 0 3px;
display: none; display: none;
float: left; float: left;
font-size: 12px; font-size: 12px;
@ -1339,18 +1338,10 @@ ul.msg_list li a .message {
text-shadow: none; text-shadow: none;
top: 100%; top: 100%;
z-index: 1000; z-index: 1000;
border-radius: 2px; border: 1px solid #D9DEE4;
border-top: 1px solid #999999; border-top-left-radius: 0;
} border-top-right-radius: 0;
.dropdown-menu:after {
border-bottom: 6px solid #999999;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
content: "";
display: inline-block;
right: 6%;
position: absolute;
top: -6px;
} }
.dropdown-menu>li>a { .dropdown-menu>li>a {
color: #5A738E; color: #5A738E;