Revision 1067492c
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
9 | 9 |
background-color: lemonchiffon; |
10 | 10 |
text-decoration: none; |
11 | 11 |
} |
12 |
a, div { |
|
13 |
transition: background-color 0.2s; |
|
14 |
-moz-transition: background-color 0.2s; |
|
15 |
-webkit-transition: background-color 0.2s; |
|
16 |
} |
|
17 | 12 |
|
18 | 13 |
input, textarea, select { |
19 | 14 |
border: 1px; |
... | ... | |
79 | 74 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
80 | 75 |
font-size: 80%; |
81 | 76 |
background-color: white; |
82 |
background-image: url("../../image/fade.png"); background-repeat:repeat-x; |
|
83 | 77 |
color: black; |
84 | 78 |
height: 100%; |
85 | 79 |
} |
... | ... | |
543 | 537 |
height: 25px; |
544 | 538 |
top: 20px; |
545 | 539 |
z-index: 20; |
546 |
/* background-color: whitesmoke; */ |
|
540 |
background-color: #d0cfc9; |
|
541 |
width: 100%; |
|
542 |
padding: 2px; |
|
547 | 543 |
} |
548 | 544 |
|
549 | 545 |
div.layout-actionbar-action { |
... | ... | |
553 | 549 |
-moz-user-select: none; /* Firefox */ |
554 | 550 |
-ms-user-select: none; /* Internet Explorer/Edge */ |
555 | 551 |
user-select: none; /* don't select text on double click */ |
556 |
transition: background-color 0s; |
|
557 |
-moz-transition: background-color 0s; |
|
558 |
-webkit-transition: background-color 0s; |
|
559 | 552 |
} |
560 | 553 |
|
561 | 554 |
div.layout-actionbar ~ div { |
562 | 555 |
padding-top: 25px; |
563 | 556 |
} |
564 | 557 |
|
558 |
div.layout-actionbar > div + div { |
|
559 |
margin-left: 2px; |
|
560 |
} |
|
561 |
|
|
565 | 562 |
div.layout-actionbar-separator { |
566 | 563 |
display: inline-block; |
567 | 564 |
width: 20px; |
Auch abrufbar als: Unified diff
css: funktionales revamp für actionbar
- z-index für v3 und javascript gefixt
- flat styling, weil die gradienten kaputt aussehen
- top margins für actionbar und ohne gefixt
- position:fixed korrigiert