Copied plate reader box style to UI settings box

This commit is contained in:
Dan
2020-01-30 20:13:06 +00:00
parent e3762f0700
commit 8e9ab08ba9

View File

@@ -806,7 +806,7 @@ button:focus { outline: none; }
padding: 0; padding: 0;
padding-bottom: 15px; padding-bottom: 15px;
margin-bottom: -15px; margin-bottom: -15px;
border: 3px solid rgb( 0, 0, 0 ); /* border: 3px solid rgb( 0, 0, 0 ); */
} }
#plateReaderBox .close { #plateReaderBox .close {
@@ -843,7 +843,9 @@ button:focus { outline: none; }
bottom: 0; bottom: 0;
left: 0; left: 0;
background-color: rgb( 50, 54, 45 ); /* background-color: rgb( 50, 54, 45 ); */
background: linear-gradient( to bottom, rgb( 70, 70, 70 ), rgb( 45, 45, 45 ) );
border: 3px solid rgb( 0, 0, 0 );
z-index: 3; z-index: 3;
} }