socialforge/public/assets/kindeditor/at/jquery.atwho.css

53 lines
989 B
CSS
Raw Normal View History

2015-12-06 15:03:12 +08:00
.atwho-view {
position:absolute;
top: 0;
left: 0;
display: none;
margin-top: 18px;
background: white;
color: black;
border: 1px solid #DDD;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
2015-12-21 15:14:51 +08:00
min-width: 200px;
2015-12-06 15:03:12 +08:00
max-height: 200px;
overflow: auto;
z-index: 11110 !important;
}
.atwho-view .cur {
2015-12-17 15:54:29 +08:00
background: #269ac9;
2015-12-06 15:03:12 +08:00
color: white;
}
.atwho-view .cur small {
color: white;
}
.atwho-view strong {
color: #3366FF;
}
.atwho-view .cur strong {
color: white;
font:bold;
}
.atwho-view ul {
/* width: 100px; */
list-style:none;
padding:0;
margin:auto;
}
.atwho-view ul li {
display: block;
padding: 5px 10px;
border-bottom: 1px solid #DDD;
cursor: pointer;
/* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
font-size: smaller;
color: #777;
font-weight: normal;
}
2015-12-15 16:28:11 +08:00
2015-12-17 15:54:29 +08:00
/* @功能 定义 */
2016-01-04 15:51:24 +08:00
span.at {color:#269ac9;}
span.at a{color:#269ac9;text-decoration: none;}