prefix 'tbody tr' to separate app/core css errors

For specific details see:
https://github.com/owncloud/core/pull/4536/files#r6082305
remotes/origin/stable6
petemcfarlane 11 years ago
parent 7d398ba622
commit ab1f78eac3
  1. 2
      apps/files/css/files.css

@ -72,7 +72,7 @@
color:#888; text-shadow:#fff 0 1px 0;
}
#filestable { position: relative; top:37px; width:100%; }
tbody tr { background-color:#fff; height:2.5em; }
#filestable tbody tr { background-color:#fff; height:2.5em; }
tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240);
}

Loading…
Cancel
Save