Thicc shadows
This commit is contained in:
@@ -495,7 +495,7 @@ select {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: var(--input_text);
|
color: var(--input_text);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: 1px 1px 0px 0px var(--shadow_color);
|
box-shadow: 1px 1px 0px 1px var(--shadow_color);
|
||||||
transition: padding 0.1s, box-shadow 0.1s, background 0.1s;
|
transition: padding 0.1s, box-shadow 0.1s, background 0.1s;
|
||||||
|
|
||||||
/* Align content vertically in relation to the container */
|
/* Align content vertically in relation to the container */
|
||||||
@@ -510,6 +510,7 @@ select {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover,
|
button:hover,
|
||||||
@@ -649,7 +650,7 @@ input[type="datetime-local"] {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: var(--input_background);
|
background: var(--input_background);
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
box-shadow: inset 1px 1px 0px 0px var(--shadow_color);
|
box-shadow: inset 1px 1px 0px 1px var(--shadow_color);
|
||||||
/* override user-agent style */
|
/* override user-agent style */
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
color: var(--input_text);
|
color: var(--input_text);
|
||||||
|
@@ -38,14 +38,13 @@ export let fs_navigator
|
|||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
min-width: 1em;
|
min-width: 1em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 4px;
|
line-height: 1em;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
padding: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
.node_name {
|
.node_name {
|
||||||
margin: 2px 8px;
|
margin: 2px;
|
||||||
max-width: 20vw;
|
max-width: 20vw;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@@ -58,7 +57,4 @@ export let fs_navigator
|
|||||||
.nopad {
|
.nopad {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.icon {
|
|
||||||
margin: 2px 4px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
@@ -181,7 +181,7 @@ input[type="color"] {
|
|||||||
grid-column: span 3;
|
grid-column: span 3;
|
||||||
}
|
}
|
||||||
.disabled {
|
.disabled {
|
||||||
filter: brightness(50%);
|
filter: opacity(40%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.example {
|
.example {
|
||||||
|
@@ -262,7 +262,7 @@ func (s styleSheet) String() string {
|
|||||||
s.Chart1.CSS(),
|
s.Chart1.CSS(),
|
||||||
s.Chart2.CSS(),
|
s.Chart2.CSS(),
|
||||||
s.Chart3.CSS(),
|
s.Chart3.CSS(),
|
||||||
s.BodyColor.Darken(0.7).CSS(),
|
s.BodyColor.Darken(0.8).CSS(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user