forked from extern/egroupware
45 lines
1020 B
Plaintext
45 lines
1020 B
Plaintext
|
/**
|
||
|
* EGroupware: Stylite Pixelegg template
|
||
|
*
|
||
|
* lettersearch
|
||
|
*
|
||
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
||
|
*
|
||
|
* @link http://www.egroupware.org
|
||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
||
|
* @package pixelegg
|
||
|
* @version $Id$
|
||
|
*/
|
||
|
@import (reference) "definitions.less";
|
||
|
//##############################################################################################################
|
||
|
|
||
|
// Lettersearch
|
||
|
|
||
|
.lettersearch {
|
||
|
.Complete_Button_lettersearch;
|
||
|
}
|
||
|
|
||
|
.lettersearch:hover {
|
||
|
.background_color_30_gray;
|
||
|
.color_0_gray;
|
||
|
}
|
||
|
|
||
|
|
||
|
.lettersearch_active{
|
||
|
.Complete_Button_lettersearch;
|
||
|
.background_color_30_gray;
|
||
|
// background-color: #808080 !important;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
td.lettersearch {
|
||
|
// border-color: #E0E0E0;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
/*.nextmatch_header table {
|
||
|
border: none !important;
|
||
|
width: 99% !important;
|
||
|
}*/
|