mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 15:27:30 +08:00
Stashes saved
This commit is contained in:
@@ -206,7 +206,7 @@ ueb-node.ueb-node-style-glass {
|
||||
|
||||
ueb-node.ueb-node-style-glass .ueb-node-wrapper {
|
||||
border: 1px solid black;
|
||||
box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 2px 1px rgba(0, 0, 0, 0.5) inset;
|
||||
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 -2px 2px 1px rgba(0, 0, 0, 0.5) inset;
|
||||
background:
|
||||
linear-gradient(to bottom, rgba(255, 255, 255, 0.188) 0%, rgba(255, 255, 255, 0.063) 14px, rgba(0, 0, 0, 0.251) 14px),
|
||||
linear-gradient(to right, transparent 10%, rgba(var(--ueb-node-color), 0.3) 50%, transparent 90%);
|
||||
@@ -219,6 +219,13 @@ ueb-node[data-selected="true"] .ueb-node-border {
|
||||
background: none;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-resizeable {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-resizeable .ueb-node-handler-top,
|
||||
.ueb-node-handler-bottom {}
|
||||
|
||||
ueb-node.ueb-node-style-glass .ueb-node-top,
|
||||
ueb-node.ueb-node-style-glass .ueb-node-name {
|
||||
margin: 0;
|
||||
@@ -236,3 +243,20 @@ ueb-node.ueb-node-style-glass .ueb-node-top {
|
||||
ueb-node.ueb-node-style-glass .ueb-node-outputs:first-child {
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-wrapper {
|
||||
border-radius: 0;
|
||||
background: rgba(var(--ueb-node-color), 0.5);
|
||||
box-shadow: 0;
|
||||
}
|
||||
|
||||
ueb-node.ueb-node-style-comment .ueb-node-top {
|
||||
margin: 3px;
|
||||
padding: 3px 10px;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
background: rgb(var(--ueb-node-color));
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
text-shadow: 2px 1px 1px black, 0 0 2px #808080;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user