Changeset 8803
- Timestamp:
- 09/04/2008 04:41:06 AM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r8785 r8803 253 253 } 254 254 255 #normal-sortables .submitbox .submitdelete { 256 color: #000; 257 border-bottom-color: #999; 258 } 259 255 260 .submitbox .submitdelete:hover, 256 261 #media-upload a.delete:hover { 257 262 color: #fff; 263 background-color: #f00; 264 border-bottom-color: #f00; 265 } 266 267 #normal-sortables .submitbox .submitdelete:hover { 268 color: #000; 258 269 background-color: #f00; 259 270 border-bottom-color: #f00; -
trunk/wp-admin/css/colors-fresh.css
r8785 r8803 248 248 } 249 249 250 #normal-sortables .submitbox .submitdelete { 251 color: #000; 252 border-bottom-color: #999; 253 } 254 250 255 .submitbox .submitdelete:hover, 251 256 #media-upload a.delete:hover { 252 257 color: #fff; 258 background-color: #f00; 259 border-bottom-color: #f00; 260 } 261 262 #normal-sortables .submitbox .submitdelete:hover { 263 color: #000; 253 264 background-color: #f00; 254 265 border-bottom-color: #f00; -
trunk/wp-admin/wp-admin.css
r8787 r8803 1057 1057 min-width: 195px; 1058 1058 } 1059 1059 #normal-sortables .postbox .submitbox { 1060 clear: both; 1061 position: relative; 1062 } 1063 #normal-sortables .postbox p { 1064 display: inline; 1065 } 1066 #normal-sortables .postbox .curtime { 1067 display: block; 1068 } 1069 #normal-sortables .postbox p strong { 1070 display: inline; 1071 } 1072 #normal-sortables .postbox #private-checkbox, #normal-sortables .postbox #sticky-checkbox { 1073 padding-left: 30px; 1074 } 1075 #normal-sortables .postbox .submit { 1076 position: absolute; 1077 top: -1em; 1078 right: 0; 1079 background: none; 1080 border: 0; 1081 padding: 0; 1082 } 1060 1083 1061 1084 #mediadiv img { … … 1234 1257 margin-bottom: 20px; 1235 1258 } 1259 #titlediv label { cursor: text; } 1236 1260 1237 1261 #titlediv div.inside {
Note: See TracChangeset
for help on using the changeset viewer.