Fix preferences hint not getting fullheight in FF

This commit is contained in:
Hadi Nategh 2016-11-21 11:21:16 +01:00
parent 94523347f7
commit 40687e6a72
3 changed files with 0 additions and 12 deletions

View File

@ -19,9 +19,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
position: absolute;
height: 99%;
}
tr.prefRow {
position: relative;
}
tr.prefRow:hover {background-color:#f0f0ff}
td.prefName {
width: 50%;

View File

@ -31,9 +31,6 @@ table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
position: absolute;
height: 99%;
}
tr.prefRow {
position: relative;
}
tr.prefRow:hover {
background-color: #f0f0ff;
}
@ -130,9 +127,6 @@ table.prefTable {
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image: url(../../../pixelegg/images/dialog_info.png);
}
tr.prefRow {
position: relative;
}
td.prefName {
width: 50%;
}

View File

@ -45,9 +45,6 @@ table.prefTable {
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image:url(../../../pixelegg/images/dialog_info.png);
}
tr.prefRow {
position: relative;
}
td.prefName {
width: 50%;
}