5656}
5757
5858# wp-admin-bar-all-sites-search {
59- height : 38px ;
59+ height : 38px !important ;
6060}
6161
6262# wp-admin-bar-all-sites-search .ab-item {
63- height : 34px ;
63+ height : 34px !important ;
6464}
6565
66- # wp-admin-bar-all-sites-search input {
67- padding : 0 2px ;
66+ # wpadminbar # wp-admin-bar-all-sites-search input ,
67+ # wpadminbar # wp-admin-bar-all-sites-search input [type = "text" ],
68+ # wpadminbar # all-sites-search-text {
69+ padding : 0 8px !important ;
6870 width : 95% ;
6971 width : calc ( 100% - 4px );
72+ /* Light background for visibility */
73+ background : # fff !important ;
74+ background-color : # fff !important ;
75+ border : 1px solid # 8c8f94 !important ;
76+ border-radius : 3px !important ;
77+ box-sizing : border-box !important ;
78+ box-shadow : none !important ;
79+ color : # 2c3338 !important ;
80+ font-size : 13px !important ;
81+ line-height : 22px !important ;
82+ height : 28px !important ;
83+ min-height : 28px !important ;
84+ max-height : 28px !important ;
85+ margin : 5px 0 !important ;
86+ outline : none !important ;
87+ }
88+
89+ # wpadminbar # wp-admin-bar-all-sites-search input : focus ,
90+ # wpadminbar # wp-admin-bar-all-sites-search input [type = "text" ]: focus ,
91+ # wpadminbar # all-sites-search-text : focus {
92+ background : # fff !important ;
93+ background-color : # fff !important ;
94+ border-color : # 2271b1 !important ;
95+ color : # 2c3338 !important ;
96+ box-shadow : 0 0 0 1px # 2271b1 !important ;
97+ outline : none !important ;
98+ }
99+
100+ # wpadminbar # wp-admin-bar-all-sites-search input ::placeholder ,
101+ # wpadminbar # all-sites-search-text ::placeholder {
102+ color : # 646970 !important ;
103+ opacity : 1 !important ;
70104}
0 commit comments