Changeset 57602 for trunk/src/wp-admin/css/forms.css
- Timestamp:
- 02/12/2024 09:55:44 PM (22 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/forms.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r57572 r57602 790 790 } 791 791 792 .button-add-site-icon{ 793 width: 100%; 794 cursor: pointer; 795 text-align: center; 796 border: 1px dashed #c3c4c7; 797 box-sizing: border-box; 798 padding: 9px 0; 799 line-height: 1.6; 800 max-width: 270px; 801 } 802 803 .button-add-site-icon:focus, 804 .button-add-site-icon:hover{ 805 background: white; 806 } 807 808 .site-icon-section .favicon-preview{ 809 float: left; 810 } 811 .site-icon-section .app-icon-preview{ 812 float: left; 813 margin: 0 20px; 814 } 815 816 .site-icon-section .site-icon-preview img{ 817 max-width: 100%; 818 } 819 820 .button-ad-site-icon:focus{ 821 background-color: #fff; 822 border-color: #3582c4; 823 border-style: solid; 824 box-shadow: 0 0 0 1px #3582c4; 825 outline: 2px solid transparent; 826 } 827 792 828 /*------------------------------------------------------------------------------ 793 829 15.0 - Comments Screen
Note: See TracChangeset
for help on using the changeset viewer.