revert some backgrounds
This commit is contained in:
parent
78f9164e18
commit
a4febca6b7
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue