mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
26 lines
658 B
CSS
26 lines
658 B
CSS
/**
|
|
* 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;
|
|
}
|