dokuwiki-template-sprintdoc.../css/area_sidebar-search.less
2016-12-19 17:15:27 +01:00

18 lines
372 B
Text

/**
* This file provides the design styles for the quick search.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
.search.main-sidebar{
form{
white-space: nowrap;
.no{
padding-right: 1.5rem;
#qsearch__in{
width: 100%;
border: 1px solid green;
}
}
}
}