Skip to content

Commit

Permalink
이슈 8243 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kimorkim committed Jan 24, 2018
1 parent 112c21f commit 639a853
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/renderer/css/developer.css
Original file line number Diff line number Diff line change
Expand Up @@ -565,12 +565,21 @@ nav.entryPlaygroundPainterTopMenu > ul .painterTopHeader .entryPlaygroundPainter
nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuFile,
nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuEdit {
padding-top: 8px;
height: 32px;
}

nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuFile {
width: 70px;
}

nav.entryPlaygroundPainterTopMenu > ul #entryPainterTopMenuEdit {
margin-top: -32px;
}

nav.entryPlaygroundPainterTopMenu > ul ul {
margin-top: 4px;
}

.entryPlaygroundPainterTopMenuFile:hover {
background-color: #3b329e !important;
}
Expand Down

0 comments on commit 639a853

Please sign in to comment.