Improved focus coloring

This commit is contained in:
Maxim Stewart 2019-06-01 01:59:11 -05:00
parent 7b0ef72f73
commit a7299a0dbd
1 changed files with 5 additions and 3 deletions

View File

@ -190,9 +190,11 @@
border-radius: 0.5em;
}
.movieStyle:focus, .fileStyle:focus, .fileStyle:focus {
background-color: rgb(114,184,199);
.dirStyle:focus, .movieStyle:focus, .fileStyle:focus {
background-color: rgba(0, 139, 35, 0.76);
cursor: pointer;
box-shadow: 0px 0px 25px rgb(114, 199, 120);
border-radius: 0.5em;
}
.dirTitle, .fileTitle, .movieTitle {