egroupware_official/pixelegg/less/magicsuggest.less
Hadi Nategh 50aae863b6 Edit dialogs style W.I.P.:
- Give tab widget new look
- Style grid header different
- Re-design calendar edit dialog
- Some fixes for multi et2_taglist
2016-04-06 16:43:51 +00:00

23 lines
696 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-ctn .ms-trigger {border-left:none;}