mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Merge pull request #4047 from Icinga/fix/firefox-layout-issues
Fix Firefox layout issues
This commit is contained in:
commit
b555c4bd8b
@ -238,7 +238,8 @@
|
||||
width: 100%;
|
||||
|
||||
tr[href] {
|
||||
-webkit-transform: translate3d(0,0,0); /* Fixes Safari hover bug in history table rows */
|
||||
-webkit-transform: translate3d(0,0,0); /* Without this, hovering in Safari is broken in history table rows */
|
||||
-moz-transform: none; /* Firefox collapses border spacing due to the above */
|
||||
}
|
||||
|
||||
tr[href].active {
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
.tabs a {
|
||||
padding: 0 1em;
|
||||
line-height: 2.6em;
|
||||
line-height: 2.5em;
|
||||
|
||||
&:focus {
|
||||
outline-offset: -0.5em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user