Revision 3dc29e42
Von Sven Schöling vor fast 8 Jahren hinzugefügt
css/lx-office-erp/main.css | ||
---|---|---|
543 | 543 |
} |
544 | 544 |
|
545 | 545 |
div.layout-actionbar-action { |
546 |
-webkit-touch-callout: none; /* iOS Safari */ |
|
547 |
-webkit-user-select: none; /* Chrome/Safari/Opera */ |
|
548 |
-khtml-user-select: none; /* Konqueror */ |
|
549 |
-moz-user-select: none; /* Firefox */ |
|
550 |
-ms-user-select: none; /* Internet Explorer/Edge */ |
|
551 |
user-select: none; /* don't select text on double click */ |
|
546 | 552 |
transition: background-color 0s; |
547 | 553 |
-moz-transition: background-color 0s; |
548 | 554 |
-webkit-transition: background-color 0s; |
... | ... | |
575 | 581 |
-moz-border-radius: 2px; |
576 | 582 |
border-radius: 2px; |
577 | 583 |
} |
584 |
|
|
585 |
div.layout-actionbar div.layout-actionbar-action-disabled, |
|
586 |
div.layout-actionbar div.layout-actionbar-action-disabled:hover { |
|
587 |
color: gray; |
|
588 |
background-color: whitesmoke; |
|
589 |
border-color: lightgray; |
|
590 |
} |
Auch abrufbar als: Unified diff
ActionBar: calling conventions geändert, +check/disabled/confirm