mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
41 lines
954 B
Plaintext
41 lines
954 B
Plaintext
/**
|
|
* 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: layout_table.less 3089 2014-06-11 14:02:57Z pixelegg $
|
|
*/
|
|
@import (reference) "definitions.less";
|
|
|
|
div.dhtmlxMenu_egw_SubLevelArea_Polygon{
|
|
background: white;
|
|
border: 1px solid transparent;
|
|
border-radius: 2px;
|
|
table.dhtmlxMebu_SubLevelArea_Tbl{
|
|
tr.sub_item {
|
|
td.sub_item_icon {
|
|
|
|
}
|
|
td.sub_item_hk div.sub_item_hk {
|
|
color: #373f3f;
|
|
}
|
|
}
|
|
tr.sub_item_selected {
|
|
td.sub_item_icon {
|
|
|
|
}
|
|
background-color: @color_hover_row !important;
|
|
background-image: none !important;
|
|
}
|
|
div.sub_sep {
|
|
border-top: 1px solid #E6E6E6;
|
|
}
|
|
}
|
|
}
|