aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-10 13:14:15 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-10 13:14:15 +0200
commit15e16d335db5771778477e944d4e63ac807382b9 (patch)
tree597e7ea2f7adf12f257ccc78c04f90c06958aba3 /apps/files/css/files.css
parent214729a5524e2c406415985717c174bedc810954 (diff)
parent038d29b8def77ad906a722f72a1501b369f9c1ee (diff)
downloadnextcloud-server-15e16d335db5771778477e944d4e63ac807382b9.tar.gz
nextcloud-server-15e16d335db5771778477e944d4e63ac807382b9.zip
Merge pull request #17656 from owncloud/files-rightsidebar
Basic work for right sidebar
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index f2f2c5ac3bc..7e3318a962b 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -103,6 +103,10 @@
min-height: 100%;
}
+.app-files #app-content {
+ overflow-x: hidden;
+}
+
/* icons for sidebar */
.nav-icon-files {
background-image: url('../img/folder.svg');
@@ -143,6 +147,7 @@
#filestable tbody tr:active {
background-color: rgb(240,240,240);
}
+#filestable tbody tr.highlighted,
#filestable tbody tr.selected {
background-color: rgb(230,230,230);
}