Merge pull request #54 from OptimistikSAS/issues/36
#36 look of opacity button should like the zoom button (without the d…master
commit
11c4f73968
|
@ -6,7 +6,7 @@ template.innerHTML = `
|
|||
<style>
|
||||
img {
|
||||
top: 2px;
|
||||
left: 4px;
|
||||
left: 1px;
|
||||
position: relative;
|
||||
}
|
||||
span {
|
||||
|
@ -17,6 +17,10 @@ template.innerHTML = `
|
|||
elix-number-spin-box::part(spin-button) {
|
||||
padding: 0px;
|
||||
}
|
||||
elix-number-spin-box{
|
||||
width: 54px;
|
||||
height: 25px;
|
||||
}
|
||||
</style>
|
||||
<img src="./images/logo.svg" alt="icon" width="12" height="12" aria-labelledby="label" />
|
||||
<span id="label">label</span>
|
||||
|
|
|
@ -640,6 +640,7 @@ input[type=text] {
|
|||
|
||||
#tools_bottom * {
|
||||
float: left;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#tools_bottom se-spin-input {
|
||||
|
@ -1015,13 +1016,7 @@ ul li.current {
|
|||
background: #B0B0B0;
|
||||
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) {
|
||||
#tools_top {
|
||||
height: 71px;
|
||||
|
|
Loading…
Reference in New Issue