add background-color to media folders

This commit is contained in:
Mads Rasmussen
2018-09-13 15:06:58 +02:00
parent 75c73a181a
commit 90a425da5f
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
}
.umb-folder-grid__folder {
background: @gray-10;
background: @white;
margin: 5px;
display: flex;
align-items: center;
@@ -20,6 +20,8 @@
justify-content: space-between;
cursor: pointer;
user-select: none;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16);
border-radius: 3px;
}
.umb-folder-grid__folder:focus,
@@ -29,7 +31,8 @@
.umb-folder-grid__folder:hover {
text-decoration: none;
background-color: @gray-9;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
transition: box-shadow 150ms ease-in-out;
}
.umb-folder-grid__folder-description {

View File

@@ -36,6 +36,7 @@
.umb-healthcheck-group:hover {
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
cursor: pointer;
transition: box-shadow 150ms ease-in-out;
}
.umb-healthcheck-group__load-container {