Changeset 26289
- Timestamp:
- 11/20/2013 04:53:05 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors-fresh.css
r26256 r26289 31 31 input[type=radio] { 32 32 background: #fff; 33 border-color: #bbb !important;33 border-color: #bbb; 34 34 color: #555; 35 35 … … 51 51 input[type=radio]:checked:before { 52 52 background-color: #1e8cbe; 53 }54 55 #wpbody select {56 border-color: #bbb;57 53 } 58 54 … … 300 296 input[type="tel"]:focus, 301 297 input[type="url"]:focus, 298 input[type="checkbox"]:focus, 299 input[type="radio"]:focus, 302 300 select:focus { 303 border-color: # aaa;301 border-color: #999; 304 302 } 305 303 … … 2017 2015 .login input[type="text"], 2018 2016 .login form input[type="checkbox"] { 2019 border-color: #ddd !important; /* Override !important in checkbox style */ 2020 -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.08); 2021 box-shadow: inset 1px 1px 2px rgba(0,0,0,0.08); 2022 } 2023 2024 .login form input[type="checkbox"] { 2025 background-color: #fbfbfb; 2017 background: #fbfbfb; 2026 2018 } 2027 2019 -
trunk/src/wp-admin/css/wp-admin.css
r26285 r26289 414 414 input[type="email"], 415 415 input[type="url"], 416 select,417 416 textarea, 418 417 div { … … 884 883 input[type="tel"]:focus, 885 884 input[type="url"]:focus, 885 input[type="checkbox"]:focus, 886 input[type="radio"]:focus, 886 887 select:focus { 887 888 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1); … … 8497 8498 .login form .input, 8498 8499 .login input[type="text"] { 8499 color: #555;8500 8500 font-size: 24px; 8501 8501 line-height: 1; 8502 8502 width: 100%; 8503 8503 padding: 3px; 8504 margin-top: 2px; 8505 margin-right: 6px; 8506 margin-bottom: 16px; 8507 border: 1px solid #e5e5e5; 8508 background: #fbfbfb; 8509 outline: none; 8510 -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); 8511 box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2); 8504 margin: 2px 6px 16px 0; 8512 8505 } 8513 8506
Note: See TracChangeset
for help on using the changeset viewer.