D
D
Deeepi2014-01-10 18:48:03
Programming
Deeepi, 2014-01-10 18:48:03

How to make make rounded corners of a Node-Webkit application?

Hello everyone)
In general, I started writing an application for Node-Webkit .
I wanted to make up my interface and then the question arose, how to make rounded corners of the application?
CSS Code:

body {
  width: 800px;
  height: 500px;
  font-family: "Segoe UI", sans-serif;
  background: transparent;
  border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -khtml-border-radius: 5px;
  overflow-x: hidden;
}

Screen:
PQG-XcLs2y_c5Pjgqkise1HPqYPQznjEyMJs3jgb

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-01-10
Protko @Fesor

habrahabr.ru/post/190590/#comment_6620496

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question