CSS cleanup: take out -moz-box-shadow, fixes #21482

git-svn-id: https://develop.svn.wordpress.org/trunk@21439 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2012-08-05 22:41:49 +00:00
parent 6b54c9b5c0
commit 96596da546
7 changed files with 10 additions and 58 deletions
-6
View File
@@ -111,7 +111,6 @@
#wpadminbar .shortlink-input {
margin: 0 0 0 -1px;
padding: 0;
-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
box-shadow: 0 4px 4px rgba(0,0,0,0.2);
background: #fff;
@@ -268,10 +267,7 @@
position: relative;
right: auto;
margin: 0;
background: #eee;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
@@ -314,7 +310,6 @@
#wpadminbar ul li:last-child .ab-item {
border-right: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
@@ -441,7 +436,6 @@
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;