egroupware_official/pixelegg/less/magicsuggest.css

26 lines
658 B
CSS
Raw Permalink Normal View History

2013-11-11 19:45:33 +01:00
/**
* 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$
*/
.ms-ctn,
.ms-res-ctn {
/* It doesn't really work smaller than this */
border: solid 1px #e6e6e6;
}
.ms-ctn .ms-res-item-active,
.ms-res-ctn .ms-res-item-active {
background-color: rgba(153, 204, 255, 0.4);
}
.ms-ctn .ms-trigger {
border-left: none;
}