Changeset 21641
- Timestamp:
- 08/28/2012 05:48:58 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r21592 r21641 66 66 input[type="url"]:focus, 67 67 select:focus { 68 border-color: #d1e5ee; 68 border-color: #a1a1a1; 69 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 70 box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 69 71 } 70 72 … … 1226 1228 /* end TinyMCE */ 1227 1229 1228 #titlediv #title {1229 border-color: #bdccd5;1230 }1231 1232 1230 #editorcontainer { 1233 1231 border-color: #bdccd5 #bdccd5 #d0dfe9; … … 1251 1249 } 1252 1250 1253 #timestampdiv input,1254 #namediv input,1255 1251 #poststuff .inside .the-tagcloud { 1256 1252 border-color: #ddd; … … 1912 1908 1913 1909 /* inline editor */ 1914 .inline-edit-row fieldset input[type="text"],1915 .inline-edit-row fieldset textarea,1916 1910 #bulk-titles { 1917 1911 border-color: #ddd; -
trunk/wp-admin/css/colors-fresh.css
r21592 r21641 61 61 input[type="url"]:focus, 62 62 select:focus { 63 border-color: #bbb; 63 border-color: #a1a1a1; 64 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 65 box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 64 66 } 65 67 … … 962 964 } 963 965 964 #titlediv #title {965 border-color: #ccc;966 }967 968 966 #post-status-info { 969 967 border-color: #dfdfdf #ccc #ccc; … … 984 982 } 985 983 986 #timestampdiv input,987 #namediv input,988 984 #poststuff .inside .the-tagcloud { 989 985 border-color: #ddd; … … 1580 1576 1581 1577 /* inline editor */ 1582 .inline-edit-row fieldset input[type="text"],1583 .inline-edit-row fieldset textarea,1584 1578 #bulk-titles { 1585 1579 border-color: #ddd; -
trunk/wp-admin/css/ie.css
r21592 r21641 338 338 } 339 339 340 .widefat tr, .widefat th { 340 .widefat tr, 341 .widefat th { 341 342 margin-bottom: 0; 342 343 border-spacing: 0; … … 347 348 } 348 349 349 .widefat .check-column { 350 padding: 6px 0 2px; 351 } 352 353 .widefat tbody th.check-column { 354 padding: 4px 0 22px; 350 .widefat thead .check-column, 351 .widefat tfoot .check-column { 352 padding-top: 6px; 353 } 354 355 .widefat tbody th.check-column, 356 .media.widefat tbody th.check-column { 357 padding: 4px 0 0; 355 358 } 356 359 -
trunk/wp-admin/css/wp-admin.css
r21631 r21641 298 298 input, 299 299 select, 300 textarea, 300 301 div { 301 302 outline: 0; … … 582 583 .widefat .check-column { 583 584 width: 2.2em; 584 padding: 11px 0 0;585 padding: 6px 0 0; 585 586 vertical-align: top; 586 587 } 587 588 588 .widefat tbody th.check-column { 589 padding: 9px 0 22px; 589 .widefat.media .check-column { 590 padding-top: 8px; 591 } 592 593 .widefat thead .check-column, 594 .widefat tfoot .check-column { 595 padding-top: 10px; 590 596 } 591 597 … … 4258 4264 #replycontent { 4259 4265 height: 120px; 4266 -webkit-box-shadow: none; 4267 box-shadow: none; 4260 4268 } 4261 4269 … … 5792 5800 } 5793 5801 5794 .index-php form .input-text-wrap {5795 background: #fff;5796 border-style: solid;5797 border-width: 1px;5798 padding: 2px 3px;5799 border-color: #ccc;5800 }5801 5802 5802 #dashboard-widgets form .input-text-wrap input { 5803 border: 0 none;5804 outline: none;5805 margin: 0;5806 padding: 0;5807 5803 width: 99%; 5808 color: #333;5809 }5810 5811 form .textarea-wrap {5812 background: #fff;5813 border-style: solid;5814 border-width: 1px;5815 padding: 2px;5816 border-color: #ccc;5817 5804 } 5818 5805 5819 5806 #dashboard-widgets form .textarea-wrap textarea { 5820 border: 0 none;5821 padding: 0;5822 outline: none;5823 5807 width: 99%; 5824 -moz-box-sizing: border-box;5825 -webkit-box-sizing: border-box;5826 box-sizing: border-box;5827 5808 } 5828 5809 -
trunk/wp-includes/css/editor.css
r21592 r21641 1048 1048 .wp-editor-container textarea.wp-editor-area { 1049 1049 width: 99.9%; 1050 -webkit-box-shadow: none; 1051 box-shadow: none; 1050 1052 } 1051 1053
Note: See TracChangeset
for help on using the changeset viewer.