CSS whitespace and color definitions cleanup, props Simek, fixes #11561

git-svn-id: https://develop.svn.wordpress.org/trunk@12552 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-12-27 18:17:06 +00:00
parent 0f8b3225ed
commit a538de3f8c
14 changed files with 62 additions and 59 deletions
+7 -7
View File
@@ -4,7 +4,7 @@ html {
* html input,
* html .widget {
border-color: #8cbdd5;
border-color: #8cbdd5;
}
textarea,
@@ -381,7 +381,7 @@ div.dashboard-widget-submit input:hover,
}
#dashboard_right_now .table {
background:#faf9f7 !important;
background: #faf9f7 !important;
}
#side-sortables #category-tabs .tabs a {
@@ -442,7 +442,7 @@ div.dashboard-widget-submit input:hover,
}
.update-message {
color: #000000;
color: #000;
}
a.page-numbers {
@@ -1629,18 +1629,18 @@ fieldset.inline-edit-col-right .inline-edit-col {
div.widgets-sortables,
#widgets-left .inactive {
background-color: #f1f1f1;
border-color: #ddd;
border-color: #ddd;
}
#available-widgets .widget-holder {
background-color: #fff;
border-color: #ddd;
background-color: #fff;
border-color: #ddd;
}
#widgets-left .sidebar-name {
background-color: #aaa;
background-image: url(../images/ed-bg-vs.gif);
text-shadow: #FFFFFF 0 1px 0;
text-shadow: #fff 0 1px 0;
border-color: #dfdfdf;
}