]> git.proxmox.com Git - pve-manager.git/blob - www/css/ext6-pve.css
css6: reduce tree space usage for new theme
[pve-manager.git] / www / css / ext6-pve.css
1 /* overwrite to use full black for enabled buttons */
2 .x-btn-inner-default-toolbar-small {
3 font: 300 12px/16px helvetica, arial, verdana, sans-serif;
4 color: #000;
5 padding: 0 5px;
6 max-width: 100%;
7 }
8
9 /* add missing class for context menu header */
10 .x-menu-header {
11 font: 400 13px/20px 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
12 color: #fff;
13 padding: 4px;
14 background-color: #3892d4;
15 }
16
17 /* reduce tree space */
18 .x-grid-cell-inner-treecolumn { /* vertical padding */
19 padding: 4px 0px;
20 }
21
22 /* horizontal distance between parent and child leaf */
23 .x-tree-elbow-img {
24 width: 14px;
25 }