mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
27 lines
764 B
Plaintext
27 lines
764 B
Plaintext
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* less file for magic suggest
|
|
*
|
|
* 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";
|
|
//##############################################################################################################
|
|
|
|
.ms-ctn,
|
|
.ms-res-ctn {
|
|
/* It doesn't really work smaller than this */
|
|
border: solid 1px #e6e6e6;
|
|
.ms-res-item-active {
|
|
background-color: @color_hover_row;
|
|
}
|
|
}
|
|
.ms-ctn .ms-trigger {border-left:none;}
|