From d4851b0ec2f17e8349006f332c1d8003ba264c5d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 5 Dec 2014 10:54:10 -0800 Subject: [PATCH] GUAC-932: Remove round borders on progress bar. --- .../src/main/webapp/app/notification/styles/notification.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guacamole/src/main/webapp/app/notification/styles/notification.css b/guacamole/src/main/webapp/app/notification/styles/notification.css index 1a1c33787..6b750d1ce 100644 --- a/guacamole/src/main/webapp/app/notification/styles/notification.css +++ b/guacamole/src/main/webapp/app/notification/styles/notification.css @@ -96,10 +96,6 @@ padding: 0.25em; border: 1px solid gray; - -moz-border-radius: 0.2em; - -webkit-border-radius: 0.2em; - -khtml-border-radius: 0.2em; - border-radius: 0.2em; position: relative;