diff --git a/Playground/src/css/pg-toolbar-button.css b/Playground/src/css/pg-toolbar-button.css index 094e37e..6086297 100644 --- a/Playground/src/css/pg-toolbar-button.css +++ b/Playground/src/css/pg-toolbar-button.css @@ -1,6 +1,7 @@ .toolbar-button { width: 116px; height: 38px; + display: inline-block; text-decoration: none !important; -webkit-user-select: none; user-select: none; @@ -10,7 +11,9 @@ -moz-box-sizing: border-box; background-image: -webkit-linear-gradient(top, #4387fd, #4683ea); background-image: -moz-linear-gradient(top, #4387fd, #4683ea); - border: 1px solid #3079ed; + background-image: -ms-linear-gradient(top, #4387fd, #4683ea); + /*border: 1px solid #3079ed;*/ + border: 0; border-radius: 3px; text-align: center; line-height: 31px; @@ -18,11 +21,13 @@ color: white; text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4); cursor: pointer; + outline: 0; } .toolbar-button:hover { background-image: -webkit-linear-gradient(top, #357ae8, #4683ea); background-image: -moz-linear-gradient(top, #357ae8, #4683ea); + background-image: -ms-linear-gradient(top, #357ae8, #4683ea); } .toolbar-button:active { diff --git a/Playground/src/pg-view.html b/Playground/src/pg-view.html index 7036210..a2e8d05 100644 --- a/Playground/src/pg-view.html +++ b/Playground/src/pg-view.html @@ -30,7 +30,7 @@