[IMP] website: create customize theme application and color-picker; Create theme_boot...
[odoo/odoo.git] / addons / theme_bootswatch / static / src / less / cyborg / fix.css
1 .oe_product section {
2     background: rgba(40, 40, 40, 0.85) !important;
3 }
4 .oe_product section .text-info {
5     color: #BA66E4;
6 }
7 ul.wizard li {
8     background: #222 !important;
9 }
10 ul.wizard .chevron:before {
11     border-left: 10px solid #222 !important;
12 }
13 .popover, .modal-content {
14     border: 1px solid rgba(200,200,200,0.5);
15 }
16 .close {
17     color: #fff;
18 }
19 .popover.bottom .arrow:after {
20     border-bottom-color: #333;
21 }
22 .popover.top .arrow:after {
23     border-top-color: #333;
24 }
25 .popover.left .arrow:after {
26     border-left-color: #333;
27 }
28 .popover.right .arrow:after {
29     border-right-color: #333;
30 }