init
This commit is contained in:
@@ -0,0 +1,130 @@
|
||||
#dt-row {
|
||||
flex-direction: row;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
#dt-percent-background {
|
||||
background-color: rgba(255, 0, 0, 0.29);
|
||||
align-self: stretch;
|
||||
justify-content: center;
|
||||
cursor: resize-vertical;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
#dt-percent {
|
||||
color: rgb(255, 250, 250);
|
||||
-unity-font-style: bold;
|
||||
-unity-text-align: middle-center;
|
||||
margin-top: 0;
|
||||
margin-right: -5px;
|
||||
margin-bottom: 0;
|
||||
margin-left: -5px;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
width: 60px;
|
||||
}
|
||||
|
||||
#dt-right {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#dt-right.single-line {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
#dt-header {
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#dt-header > * {
|
||||
margin-top: 1px;
|
||||
margin-right: 1px;
|
||||
margin-bottom: 1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
#dt-header > #dt-chance {
|
||||
}
|
||||
|
||||
#dt-header > #dt-chance > Label {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
#dt-header > #dt-chance > #unity-text-input {
|
||||
flex-grow: 0;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
#dt-header > #dt-count {
|
||||
}
|
||||
|
||||
#dt-header > #dt-count > Label {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
#dt-header > #dt-count > #unity-text-input {
|
||||
flex-grow: 0;
|
||||
min-width: 50px;
|
||||
}
|
||||
|
||||
#dt-body {
|
||||
min-height: 20px;
|
||||
flex-grow: 1;
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
#dt-body > ObjectField {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#dt-body > ObjectField > Label {
|
||||
min-width: auto;
|
||||
}
|
||||
|
||||
#dt-drop-here {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: var(--unity-colors-window-background);
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-left-color: rgb(0, 0, 0);
|
||||
border-right-color: rgb(0, 0, 0);
|
||||
border-top-color: rgb(0, 0, 0);
|
||||
border-bottom-color: rgb(0, 0, 0);
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-image: url("project://database/Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png?fileID=2800000&guid=412f73153f3a3c549b67b2a847741145&type=3#TimelineDisabledBackground");
|
||||
display: none;
|
||||
}
|
||||
|
||||
#dt-drop-here:hover {
|
||||
-unity-background-image-tint-color: rgb(255, 235, 4);
|
||||
border-left-color: rgb(126, 117, 2);
|
||||
border-right-color: rgb(126, 117, 2);
|
||||
border-top-color: rgb(126, 117, 2);
|
||||
border-bottom-color: rgb(126, 117, 2);
|
||||
}
|
||||
|
||||
#dt-drop-here > #dt-new-inline {
|
||||
}
|
||||
Reference in New Issue
Block a user