mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
adjust css to match existing toolbar and toggle split/pane popup
This commit is contained in:
parent
7f8c5ea839
commit
75582f23f9
2 changed files with 17 additions and 9 deletions
|
|
@ -129,20 +129,28 @@ div {margin:0px;}
|
|||
max-height: 3rem;
|
||||
}
|
||||
|
||||
.splitbutton {
|
||||
position: absolute;
|
||||
right: 1%;
|
||||
top: 1%;
|
||||
z-index: 1;
|
||||
#splitbutton {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
font-size: 2rem;
|
||||
color: #a6a6a6;
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.splitbutton:hover {
|
||||
#splitbutton:hover {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#panebutton {
|
||||
width: 2rem;
|
||||
font-size: 2rem;
|
||||
color: #a6a6a6;
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#panebutton:hover {
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@ function onSplitDialog() {
|
|||
|
||||
$("#splitclose").bind("click", onSplitDialogClose);
|
||||
|
||||
openPopup("#splitdialog");
|
||||
togglePopup("#splitdialog");
|
||||
}
|
||||
|
||||
function onPaneControlDialogClose() {
|
||||
|
|
@ -530,7 +530,7 @@ function onPaneControlDialog() {
|
|||
|
||||
$("#paneclose").bind("click", onPaneControlDialogClose);
|
||||
|
||||
openPopup("#splitdialog");
|
||||
togglePopup("#splitdialog");
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue