Skip to content

Commit

Permalink
#36 look of opacity button should like the zoom button (without the d…
Browse files Browse the repository at this point in the history
…ropdown button)
  • Loading branch information
AgriyaDev5 committed Jan 7, 2021
1 parent ad877e7 commit ebf9f1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 5 additions & 1 deletion src/editor/components/seSpinInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template.innerHTML = `
<style>
img {
top: 2px;
left: 4px;
left: 1px;
position: relative;
}
span {
Expand All @@ -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>
Expand Down
9 changes: 2 additions & 7 deletions src/editor/svgedit.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ input[type=text] {

#tools_bottom * {
float: left;
margin-right: 2px;
}

#tools_bottom se-spin-input {
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit ebf9f1e

Please sign in to comment.