rework autocomplete: css work
This commit is contained in:
parent
c42922f25f
commit
e3475bd587
20 changed files with 460 additions and 36 deletions
|
@ -463,7 +463,7 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
blockquote {
|
||||
background: #FFFFFF;
|
||||
background: #ffffff;
|
||||
padding: 1em;
|
||||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
|
@ -744,8 +744,12 @@ ul.menu-popup .toolbar a:hover {
|
|||
}
|
||||
/* autocomplete popup */
|
||||
.autocomplete,
|
||||
.acpopup {
|
||||
.acpopup-mce {
|
||||
max-height: 150px;
|
||||
}
|
||||
.autocomplete,
|
||||
.acpopup-mce,
|
||||
.acpopup {
|
||||
background-color: #ffffff;
|
||||
color: #2d2d2d;
|
||||
border: 1px solid #364e59;
|
||||
|
@ -774,6 +778,15 @@ ul.menu-popup .toolbar a:hover {
|
|||
.acpopupitem.selected {
|
||||
background-color: #bdcdd4;
|
||||
}
|
||||
.textcomplete-item {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item a:hover {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item.active {
|
||||
background-color: #bdcdd4;
|
||||
}
|
||||
#nav-notifications-menu {
|
||||
width: 400px;
|
||||
max-height: 550px;
|
||||
|
|
|
@ -463,7 +463,7 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
blockquote {
|
||||
background: #FFFFFF;
|
||||
background: #ffffff;
|
||||
padding: 1em;
|
||||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
|
@ -744,8 +744,12 @@ ul.menu-popup .toolbar a:hover {
|
|||
}
|
||||
/* autocomplete popup */
|
||||
.autocomplete,
|
||||
.acpopup {
|
||||
.acpopup-mce {
|
||||
max-height: 150px;
|
||||
}
|
||||
.autocomplete,
|
||||
.acpopup-mce,
|
||||
.acpopup {
|
||||
background-color: #ffffff;
|
||||
color: #2d2d2d;
|
||||
border: 1px solid #364e59;
|
||||
|
@ -774,6 +778,15 @@ ul.menu-popup .toolbar a:hover {
|
|||
.acpopupitem.selected {
|
||||
background-color: #ccff42;
|
||||
}
|
||||
.textcomplete-item {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item a:hover {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item.active {
|
||||
background-color: #ccff42;
|
||||
}
|
||||
#nav-notifications-menu {
|
||||
width: 400px;
|
||||
max-height: 550px;
|
||||
|
|
|
@ -420,7 +420,7 @@
|
|||
body {
|
||||
font-family: Liberation Sans, helvetica, arial, clean, sans-serif;
|
||||
font-size: 11px;
|
||||
background-color: #F6ECF9;
|
||||
background-color: #f6ecf9;
|
||||
color: #2d2d2d;
|
||||
margin: 50px 0 0 0;
|
||||
display: table;
|
||||
|
@ -463,7 +463,7 @@ a:hover {
|
|||
text-decoration: underline;
|
||||
}
|
||||
blockquote {
|
||||
background: #FFFFFF;
|
||||
background: #ffffff;
|
||||
padding: 1em;
|
||||
margin-left: 1em;
|
||||
border-left: 1em solid #e6e6e6;
|
||||
|
@ -744,8 +744,12 @@ ul.menu-popup .toolbar a:hover {
|
|||
}
|
||||
/* autocomplete popup */
|
||||
.autocomplete,
|
||||
.acpopup {
|
||||
.acpopup-mce {
|
||||
max-height: 150px;
|
||||
}
|
||||
.autocomplete,
|
||||
.acpopup-mce,
|
||||
.acpopup {
|
||||
background-color: #ffffff;
|
||||
color: #2d2d2d;
|
||||
border: 1px solid #364e59;
|
||||
|
@ -774,6 +778,15 @@ ul.menu-popup .toolbar a:hover {
|
|||
.acpopupitem.selected {
|
||||
background-color: #c0a3c7;
|
||||
}
|
||||
.textcomplete-item {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item a:hover {
|
||||
color: #2d2d2d;
|
||||
}
|
||||
.textcomplete-item.active {
|
||||
background-color: #c0a3c7;
|
||||
}
|
||||
#nav-notifications-menu {
|
||||
width: 400px;
|
||||
max-height: 550px;
|
||||
|
@ -1753,7 +1766,7 @@ span[id^="showmore-wrap"] {
|
|||
height: 20px;
|
||||
width: 500px;
|
||||
font-weight: bold;
|
||||
border: 1px solid #F6ECF9;
|
||||
border: 1px solid #f6ecf9;
|
||||
}
|
||||
#jot #jot-title:-webkit-input-placeholder {
|
||||
font-weight: normal;
|
||||
|
@ -1780,7 +1793,7 @@ span[id^="showmore-wrap"] {
|
|||
margin: 0;
|
||||
height: 20px;
|
||||
width: 200px;
|
||||
border: 1px solid #F6ECF9;
|
||||
border: 1px solid #f6ecf9;
|
||||
}
|
||||
#jot #jot-category:hover {
|
||||
border: 1px solid #999999;
|
||||
|
|
|
@ -265,9 +265,10 @@ ul.menu-popup {
|
|||
}
|
||||
|
||||
/* autocomplete popup */
|
||||
.autocomplete, .acpopup-mce { max-height:150px; }
|
||||
.autocomplete,
|
||||
.acpopup-mce,
|
||||
.acpopup {
|
||||
max-height:150px;
|
||||
background-color:@MenuBg;
|
||||
color: @Menu;
|
||||
border:1px solid @MenuBorder;
|
||||
|
@ -291,6 +292,15 @@ ul.menu-popup {
|
|||
background-color: @MenuItemHoverBg;
|
||||
}
|
||||
}
|
||||
.textcomplete-item {
|
||||
color: @MenuItem;
|
||||
a:hover{
|
||||
color: @MenuItem;
|
||||
}
|
||||
&.active{
|
||||
background-color: @MenuItemHoverBg;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#nav-notifications-menu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue