Skip to content

Commit

Permalink
Background on thumbnails, so it´s possible to see Key
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Sep 28, 2018
1 parent d7fa2b9 commit e5d1c2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/assets/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ body {
position: sticky;
z-index: 10;
top: 0px;
width: 100vw;
width: 100%;
background-color: rgb(53, 53, 53);
height: 130px;
color: rgb(28, 115, 165);
Expand Down Expand Up @@ -74,6 +74,7 @@ body {
margin-top: 6px;
margin-bottom: 4px;
margin-right: 8px;
background-image: repeating-linear-gradient(-45deg, #2f2c43, #2e2b41 3%, #2a1938 4%);
}

.headerPgmThumbnailImage {
Expand All @@ -87,7 +88,8 @@ body {
height: auto;
margin-top: 6px;
margin-bottom: 4px;
margin-left: 8px;
margin-left: 8px;
background-image: repeating-linear-gradient(-45deg, #2f2c43, #2e2b41 3%, #2a1938 4%);
}

.Reload-setup-background {
Expand Down Expand Up @@ -148,7 +150,7 @@ body {
.mixButtonBackground {
position: absolute;
top: 5px;
right: 25px;
right: 15px;
width: 300px;
height: 115px;
background-color: rgb(22, 22, 22);
Expand Down
4 changes: 3 additions & 1 deletion src/assets/css/Thumbnail.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@
}

.thumbnailImage {
border-width: 4px;
border-width: 2px;
border-style: solid;
border-color: red;
width: 90%;
height: auto;
margin: 8px;
background-image: repeating-linear-gradient(-45deg, #94939411, #94939411 3%, #2a1938 4%);

}

/* Buttons on thumbnail invisible and visible */
Expand Down

0 comments on commit e5d1c2e

Please sign in to comment.