diff --git a/preferences/templates/default/app.css b/preferences/templates/default/app.css index 00152101b1..e1fc08bc67 100644 --- a/preferences/templates/default/app.css +++ b/preferences/templates/default/app.css @@ -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%; diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index 0df003bd78..02a05cf91a 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -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%; } diff --git a/preferences/templates/pixelegg/app.less b/preferences/templates/pixelegg/app.less index 73fbf5adaf..baece7904e 100755 --- a/preferences/templates/pixelegg/app.less +++ b/preferences/templates/pixelegg/app.less @@ -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%; }