mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Don't override .shortlink-input left/right padding of 1em with CSS shorthand later on. Fixes #19147.
git-svn-id: https://develop.svn.wordpress.org/trunk@19161 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
#wpadminbar .quicklinks .menupop ul,
|
||||
#wpadminbar .shortlink-input {
|
||||
margin: 0 0 0 -1px;
|
||||
padding: 6px 0;
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
box-shadow: 0 4px 6px rgba(0,0,0,0.2);
|
||||
|
||||
Reference in New Issue
Block a user