mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-30 23:54:46 +02:00
Improve styles for interactive pop-up windows
The title bar of floating windows that can be dragged now shows a "grab" cursor when hovered, and a "grabbing" cursor when being dragged. The buttons in those windows, which are clickable, now show the `pointer` (hand) cursor, instead of the `default` (regular arrow) cursor.
This commit is contained in:
parent
a08fa94e92
commit
4848434914
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