adjust css to match existing toolbar and toggle split/pane popup

This commit is contained in:
friarzen 2018-03-22 00:52:19 +00:00
parent 36c89799cd
commit 8bde43a3e3
2 changed files with 17 additions and 9 deletions

View file

@ -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;
}

View file

@ -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");
}
//