]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2436 gray border to buttons
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 4 Jul 2011 17:30:59 +0000 (19:30 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 4 Jul 2011 17:32:29 +0000 (19:32 +0200)
sonar-server/src/main/webapp/stylesheets/style.css

index 7a0366ba42b0f55bfc2e506824635bcd854aaddb..8ffabc4179776f8f9c001191bc9059968f984a29 100644 (file)
@@ -326,7 +326,7 @@ button, .button, input[type="submit"], input[type="button"] {
   box-shadow: 0 1px 1px rgba(0,0,0,0.1);
   
   color: #333333;
-  border: 1px solid #EBEBEB;
+  border: 1px solid #DDD;
   background: #EBEBEB;
   background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
   background: -moz-linear-gradient(top,  #FFFFFF,  #E1E1E1);
@@ -383,7 +383,7 @@ button[disabled], .button[disabled], input[type="submit"][disabled], input[type=
   top: 0;
   text-shadow: 1px 1px 0 #FFFFFF;
   color: #BBBBBB;
-  border: solid 1px #EBEBEB;
+  border: solid 1px #DDD;
   background: #EBEBEB;
   background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E1E1E1));
   background: -moz-linear-gradient(top,  #FFFFFF,  #E1E1E1);