Remove colors from widgets.css, use colors css. Props johnhennmacc. fixes #7017
git-svn-id: http://svn.automattic.com/wordpress/trunk@7977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9178934544
commit
631665ffe5
|
@ -45,7 +45,6 @@ ul#widget-list li.widget-list-item {
|
|||
margin: 0;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
background-color: transparent;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
@ -154,7 +153,6 @@ li.widget-list-control-item div.widget-control {
|
|||
padding: 15px;
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
background-color: #CFEBF7;
|
||||
}
|
||||
|
||||
li.widget-list-control-item div.widget-control p {
|
||||
|
|
Loading…
Reference in New Issue