#36 look of opacity button should like the zoom button (without the dropdown button)
This commit is contained in:
@@ -6,7 +6,7 @@ template.innerHTML = `
|
|||||||
<style>
|
<style>
|
||||||
img {
|
img {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
left: 4px;
|
left: 1px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
@@ -17,6 +17,10 @@ template.innerHTML = `
|
|||||||
elix-number-spin-box::part(spin-button) {
|
elix-number-spin-box::part(spin-button) {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
elix-number-spin-box{
|
||||||
|
width: 54px;
|
||||||
|
height: 25px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<img src="./images/logo.svg" alt="icon" width="12" height="12" aria-labelledby="label" />
|
<img src="./images/logo.svg" alt="icon" width="12" height="12" aria-labelledby="label" />
|
||||||
<span id="label">label</span>
|
<span id="label">label</span>
|
||||||
|
|||||||
@@ -640,6 +640,7 @@ input[type=text] {
|
|||||||
|
|
||||||
#tools_bottom * {
|
#tools_bottom * {
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tools_bottom se-spin-input {
|
#tools_bottom se-spin-input {
|
||||||
@@ -1015,13 +1016,7 @@ ul li.current {
|
|||||||
background: #B0B0B0;
|
background: #B0B0B0;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
}
|
}
|
||||||
elix-alert-dialog::part(frame) {
|
|
||||||
background: #CCC;
|
|
||||||
width: 300px;
|
|
||||||
border: 1px outset #777;
|
|
||||||
font-size: 0.8em;
|
|
||||||
font-family: Verdana,Helvetica,sans-serif;
|
|
||||||
}
|
|
||||||
@media screen and (max-width: 1250px) {
|
@media screen and (max-width: 1250px) {
|
||||||
#tools_top {
|
#tools_top {
|
||||||
height: 71px;
|
height: 71px;
|
||||||
|
|||||||
Reference in New Issue
Block a user