revert some backgrounds

This commit is contained in:
Stewart Allen 2019-01-15 21:58:57 -05:00
commit a4febca6b7
2 changed files with 4 additions and 4 deletions

View file

@ -208,7 +208,7 @@ button[del] {
border-bottom: 3px solid #ddd;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
background-color: white;
background-color: rgba(255,255,255,0.75);
overflow-y: scroll;
}
#control-left::-webkit-scrollbar {
@ -229,7 +229,7 @@ button[del] {
border-bottom: 3px solid #ddd;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
background-color: white;
background-color: rgba(255,255,255,0.75);
color: #222;
overflow-y: scroll;
overflow-x: visible;