Border radius for TaskPanel
This commit is contained in:
parent
163714bca3
commit
4f25a1aefb
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
background-color: #111111;
|
||||
box-sizing: border-box;
|
||||
z-index: 120;
|
||||
border-radius: 30px;
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.panel {
|
||||
|
@ -83,6 +84,8 @@
|
|||
/* Used when the user hovers over a node and we want to show that there is something - a small expandable preview */
|
||||
.panel.preview, .panel:not(.full):hover {
|
||||
height: 100px;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.panel.full {
|
||||
min-height: 100%;
|
||||
|
|
Reference in a new issue