Merge pull request #31 from wanderzell/GUI-rework-skaman82
Small fixes (sponsors not clickable + disabled button jump on toolbar)10.3.x-maintenance
commit
b94156d9bb
2
main.css
2
main.css
|
@ -959,7 +959,7 @@ dialog {
|
|||
cursor: default;
|
||||
color: #fff;
|
||||
background-color: #AFAFAF;
|
||||
border: none;
|
||||
border: 1px solid #AFAFAF;
|
||||
pointer-events: none;
|
||||
text-shadow: none;
|
||||
opacity: 0.5;
|
||||
|
|
|
@ -178,7 +178,6 @@
|
|||
|
||||
.changelog_wrapper {
|
||||
right:0px;
|
||||
width:400px;
|
||||
height:100%;
|
||||
position:absolute;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue