mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-22 19:55:03 +02:00
Merge pull request #772 from waldyrious/patch-1
Improve styles for interactive pop-up windows
This commit is contained in:
commit
fd07bd2437
1 changed files with 12 additions and 0 deletions
|
@ -260,6 +260,14 @@ body.hgMode .visBackgroundColor {
|
|||
min-height: 400px;
|
||||
}
|
||||
|
||||
div.ui-draggable-handle {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
div.ui-draggable-dragging div.ui-draggable-handle {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
div.canvasTerminalHolder > div.terminal-window-holder > div.wrapper {
|
||||
height: 100%;
|
||||
box-shadow: 0 0 12px rgb(0,0,0);
|
||||
|
@ -433,6 +441,10 @@ div.toolbar > div.controls div.box.flex1 div:hover {
|
|||
|
||||
}
|
||||
|
||||
div.ui-draggable div.controls div.box.flex1 div {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
div.controls div.box.flex1 div.close {
|
||||
background-color: #fb625f;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue