mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 08:04:27 +02:00
Turn of pointer cursor for close, minimize, expand button, since they don't do anything.
This commit is contained in:
parent
da53aabe13
commit
d561245247
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ div.toolbar > div.controls div.box.flex1 div {
|
||||||
margin: 1px 0 0 1px;
|
margin: 1px 0 0 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-indent: -9999px;
|
text-indent: -9999px;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
|
|
||||||
-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4);
|
-webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4);
|
||||||
box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4);
|
box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue