Added a search in list function on CTRL/cmd + F

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-19 18:00:48 +01:00
parent 8bb9f88037
commit c4b016366b
6 changed files with 103 additions and 18 deletions

View File

@@ -660,6 +660,20 @@ hide mdi-action-visibility mdi-action-visibility-off
}
#find_div{
position: absolute;
background: #282828;
z-index: 1;
width: 100%;
padding: 0 15px;
top: 0;
color: white;
}
.highlight{
background: rgba(255, 255, 255, 0.2) !important;
}
.room-namer::-webkit-input-placeholder{
/*color:rgb(155, 155, 155) !important;*/
-webkit-transition:opacity 0.5s;