prefix 'tbody tr' to separate app/core css errors
For specific details see: https://github.com/owncloud/core/pull/4536/files#r6082305
This commit is contained in:
parent
7d398ba622
commit
ab1f78eac3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue