You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/styles/widgets/searchbar.less

48 lines
843 B
Plaintext

/*** Common UI elements ***/
.searchbar {
display: table;
text-align: right;
position: absolute;
background-color: @layout-header-background-color;
z-index: 10;
top: 0;
right: 0;
& > * {
height: 2.5em;
}
& > form,
& > a.button.options,
& > a.button.reset {
display: none;
width: 1%;
}
& > form,
& > form > input {
width: 98%;
}
input {
border: none;
border-bottom: 1px solid #ddd;
background: transparent;
line-height: 1;
}
& > a {
&.button.search.active {
color: @searchbar-icon-active-color;
}
&.button.reset:before {
content: @fa-var-remove;
}
&.button.options:before {
content: @fa-var-angle-down;
}
}
}