mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:41:34 +08:00
Moving node and pins information to Configuration
This commit is contained in:
29
dist/css/ueb-style.css
vendored
29
dist/css/ueb-style.css
vendored
@@ -312,21 +312,23 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-node-wrapper {
|
||||
}
|
||||
|
||||
.ueb-node-top {
|
||||
padding: 3px 20px 2px 6px;
|
||||
box-shadow: inset 5px 1px 5px -3px rgba(255, 255, 255, 0.2509803922), inset 0 1px 2px 0 rgba(255, 255, 255, 0.2509803922);
|
||||
border-radius: var(--ueb-node-radius) var(--ueb-node-radius) 0 0;
|
||||
background: linear-gradient(170deg, rgb(var(--ueb-node-color)) 0%, rgb(var(--ueb-node-color)) 50%, transparent 100%);
|
||||
color: #c0c0c0;
|
||||
font-weight: 900;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ueb-zoom--2 .ueb-node-top {
|
||||
box-shadow: none;
|
||||
background: #345469;
|
||||
.ueb-node-style-default .ueb-node-top {
|
||||
padding: 3px 20px 2px 6px;
|
||||
box-shadow: inset 5px 1px 5px -3px rgba(255, 255, 255, 0.2509803922), inset 0 1px 2px 0 rgba(255, 255, 255, 0.2509803922);
|
||||
border-radius: var(--ueb-node-radius) var(--ueb-node-radius) 0 0;
|
||||
background: linear-gradient(170deg, rgb(var(--ueb-node-color)) 0%, rgb(var(--ueb-node-color)) 50%, transparent 100%);
|
||||
}
|
||||
|
||||
.ueb-zoom--2 ueb-node[data-pure-function=true] .ueb-node-top {
|
||||
.ueb-zoom--2 .ueb-node-top {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.ueb-zoom--2 .ueb-node-style-default .ueb-node-top {
|
||||
background: rgb(var(--ueb-node-color));
|
||||
}
|
||||
|
||||
@@ -483,7 +485,9 @@ ueb-node.ueb-node-style-operation .ueb-node-top {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
translate: -50% -50%;
|
||||
padding: 0 50px;
|
||||
font-size: 28px;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-operation .ueb-node-inputs {
|
||||
@@ -593,7 +597,9 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-wrapper:hover
|
||||
}
|
||||
|
||||
.ueb-pin-icon {
|
||||
min-width: 15px;
|
||||
color: var(--ueb-pin-color);
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@@ -606,10 +612,7 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-wrapper:hover
|
||||
}
|
||||
|
||||
.ueb-pin-icon > svg {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
vertical-align: middle;
|
||||
color: var(--ueb-pin-color);
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
ueb-pin[data-type=exec] .ueb-pin-icon > svg {
|
||||
|
||||
Reference in New Issue
Block a user