mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
c6527ff2a4
cleanup less files separate the definitions in different files merge them in definitions.less ### same with layout_ files / merge in layout_defintions.less # change all app.less files
45 lines
1020 B
Plaintext
Executable File
45 lines
1020 B
Plaintext
Executable File
/**
|
|
* 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;
|
|
}*/ |