wp/wp-includes/css/editor.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
  1138 	/* Only visible in Windows High Contrast mode */
  1138 	/* Only visible in Windows High Contrast mode */
  1139 	outline: 2px solid transparent;
  1139 	outline: 2px solid transparent;
  1140 	color: #1d2327;
  1140 	color: #1d2327;
  1141 }
  1141 }
  1142 
  1142 
  1143 .wp-switch-editor:active,
       
  1144 .html-active .switch-html:focus,
       
  1145 .tmce-active .switch-tmce:focus {
       
  1146 	box-shadow: none;
       
  1147 }
       
  1148 
       
  1149 .wp-switch-editor:active {
  1143 .wp-switch-editor:active {
  1150 	background-color: #f6f7f7;
  1144 	background-color: #f6f7f7;
  1151 	box-shadow: none;
  1145 	box-shadow: none;
  1152 }
  1146 }
  1153 
  1147