mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Copy fresh over classic
git-svn-id: http://svn.automattic.com/wordpress/trunk@9548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
877bc21808
commit
bade5f826c
@ -364,10 +364,6 @@ div.dashboard-widget-submit input:hover,
|
||||
border-color: #e6db55;
|
||||
}
|
||||
|
||||
.updated a {
|
||||
border-bottom-color: #2583ad;
|
||||
}
|
||||
|
||||
a.page-numbers {
|
||||
border-bottom-color: #B8D3E2;
|
||||
}
|
||||
@ -889,7 +885,8 @@ abbr.required,
|
||||
}
|
||||
|
||||
#timestampdiv input,
|
||||
#namediv input {
|
||||
#namediv input,
|
||||
#tagsdiv #the-tagcloud {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
@ -988,12 +985,13 @@ table.diff .diff-addedline ins {
|
||||
border-top-color: #e4f2fd;
|
||||
}
|
||||
|
||||
#screen-options-wrap {
|
||||
#screen-options-wrap,
|
||||
#contextual-help-wrap {
|
||||
background-color: #f1f1f1;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
|
||||
#screen-options a.show-settings {
|
||||
#screen-meta-links a.show-settings {
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
@ -1072,3 +1070,7 @@ div.star.select:hover {
|
||||
border-color: #aaa;
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
.attention {
|
||||
color: #D54E21;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user