1
2/**************cloud***************/
3@import "../lib/plugins/cloud/style.less";
4
5.dokuwiki div.cloud a {
6    padding: 0;
7    margin: 0 1.5ex;
8}
9
10@c0: __cloud_tag__;
11@c1: __cloud_tag__;
12@c2: __cloud_tag__;
13@d:  10%;
14
15
16
17/***************edittable*************/
18.handsontable th, .handsontable td{
19    background-color: __background_neu__;
20}
21
22/*also affects regular tables*/
23td.area.highlight {
24    background-color: __highlight__;
25}
26
27/*context menu*/
28.htContextMenu table tbody tr td {
29    background-color: __background_neu__;
30}
31.htContextMenu table tbody tr td.current, .htContextMenu table tbody tr td.zeroclipboard-is-hover {
32    background-color: __cloud_tag__;
33}
34.htContextMenu table tbody tr td.htDisabled {
35    color: #999;
36    background-color: __background_alt__;
37}
38.htContextMenu table tbody tr td.htDisabled:hover {
39	background-color: __header_hover__;
40}
41