witten
/
luminotes
Archived
1
0
Fork 0

Discovered that WebKit CSS border radius can be set on individual corners.

This commit is contained in:
Dan Helfman 2009-03-29 12:24:26 -07:00
parent f46e2a8fec
commit 00b5a8ad81
1 changed files with 4 additions and 2 deletions

View File

@ -388,7 +388,8 @@ h1 {
.note_button {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-radius: 4px;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
@ -480,7 +481,8 @@ h1 {
.note_grabber {
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-user-select: none;
-webkit-user-select: none;
color: #fafafa;