mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-28 05:54:34 +02:00
Awesome tabs working for the levels
This commit is contained in:
parent
db78bad106
commit
1a3f21175a
10 changed files with 315 additions and 106 deletions
|
@ -748,6 +748,30 @@ div.modalView.box.inFront.show {
|
|||
.levelDropdownView {
|
||||
}
|
||||
|
||||
div.levelDropdownTabWrapper {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
border-bottom: 2px solid #ccc;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.levelDropdownTab {
|
||||
border: 1px solid #ccc;
|
||||
border-bottom: 0;
|
||||
cursor: pointer;
|
||||
box-shadow: 0px -4px 12px rgba(0,0,0,0.7);
|
||||
border-radius: 4px 4px 0 0;
|
||||
text-align: center;
|
||||
padding: 4px 10px;
|
||||
color: black;
|
||||
background: #ccc;
|
||||
margin: 0 10px;
|
||||
}
|
||||
|
||||
div.levelDropdownTab.deselected {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
div.displayName {
|
||||
border-bottom: 1px dashed grey;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue