Skip to content

Commit cf40012

Browse files
ansballardphated
authored andcommitted
Round corners on the editor window (gulpjs#62)
The menubar had border-radius: 5px, but the parent element didn't, so the black background sticks out and looks dirty. One line fix.
1 parent fdec1c1 commit cf40012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ p.paragraph {
341341
}
342342
.editor-window {
343343
background-color: #141414;
344+
border-radius: 5px 5px 0 0;
344345
}
345346
.editor-window .editor-menubar {
346347
background-color: #E5E4E4;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy