AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/common-rtl.css [693:811]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* Helper classes for plugins to leverage the active WordPress color scheme */

.highlight {
	background-color: #e4f2fd;
	color: #000;
}

.wp-ui-primary {
	color: #fff;
	background-color: #32373c;
}
.wp-ui-text-primary {
	color: #32373c;
}

.wp-ui-highlight {
	color: #fff;
	background-color: #1e8cbe;
}
.wp-ui-text-highlight {
	color: #1e8cbe;
}

.wp-ui-notification {
	color: #fff;
	background-color: #d54e21;
}
.wp-ui-text-notification {
	color: #d54e21;
}

.wp-ui-text-icon {
	color: #82878c; /* same as new icons */
}

/* For emoji replacement images */
img.emoji {
	display: inline !important;
	border: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

/*------------------------------------------------------------------------------
  1.0 - Text Styles
------------------------------------------------------------------------------*/

.widget .widget-top,
.postbox .hndle,
.stuffbox .hndle,
.control-section .accordion-section-title,
.sidebar-name,
#nav-menu-header,
#nav-menu-footer,
.menu-item-handle,
.checkbox,
.side-info,
#your-profile #rich_editing,
.widefat thead th,
.widefat thead td,
.widefat tfoot th,
.widefat tfoot td {
	line-height: 1.4em;
}

.widget .widget-top,
.menu-item-handle {
	background: #fafafa;
	color: #23282d;
}

.stuffbox .hndle {
	border-bottom: 1px solid #ccd0d4;
}

.quicktags {
	background-color: #ccc;
	color: #000;
	font-size: 12px;
}

.icon32 {
	display: none;
}

/* @todo can we combine these into a class or use an existing dashicon one? */
.welcome-panel .welcome-panel-close:before,
.tagchecklist .ntdelbutton .remove-tag-icon:before,
#bulk-titles div a:before,
.notice-dismiss:before {
	background: none;
	color: #72777c;
	content: "\f153";
	display: block;
	font: normal 16px/20px dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.welcome-panel .welcome-panel-close:before {
	margin: 0;
}

#bulk-titles div a:before {
	margin: 1px 0;
}

.tagchecklist .ntdelbutton .remove-tag-icon:before {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



AKS-Demos/WordPress-Demo/Code/public/wp-admin/css/common.css [692:810]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/* Helper classes for plugins to leverage the active WordPress color scheme */

.highlight {
	background-color: #e4f2fd;
	color: #000;
}

.wp-ui-primary {
	color: #fff;
	background-color: #32373c;
}
.wp-ui-text-primary {
	color: #32373c;
}

.wp-ui-highlight {
	color: #fff;
	background-color: #1e8cbe;
}
.wp-ui-text-highlight {
	color: #1e8cbe;
}

.wp-ui-notification {
	color: #fff;
	background-color: #d54e21;
}
.wp-ui-text-notification {
	color: #d54e21;
}

.wp-ui-text-icon {
	color: #82878c; /* same as new icons */
}

/* For emoji replacement images */
img.emoji {
	display: inline !important;
	border: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
	box-shadow: none !important;
}

/*------------------------------------------------------------------------------
  1.0 - Text Styles
------------------------------------------------------------------------------*/

.widget .widget-top,
.postbox .hndle,
.stuffbox .hndle,
.control-section .accordion-section-title,
.sidebar-name,
#nav-menu-header,
#nav-menu-footer,
.menu-item-handle,
.checkbox,
.side-info,
#your-profile #rich_editing,
.widefat thead th,
.widefat thead td,
.widefat tfoot th,
.widefat tfoot td {
	line-height: 1.4em;
}

.widget .widget-top,
.menu-item-handle {
	background: #fafafa;
	color: #23282d;
}

.stuffbox .hndle {
	border-bottom: 1px solid #ccd0d4;
}

.quicktags {
	background-color: #ccc;
	color: #000;
	font-size: 12px;
}

.icon32 {
	display: none;
}

/* @todo can we combine these into a class or use an existing dashicon one? */
.welcome-panel .welcome-panel-close:before,
.tagchecklist .ntdelbutton .remove-tag-icon:before,
#bulk-titles div a:before,
.notice-dismiss:before {
	background: none;
	color: #72777c;
	content: "\f153";
	display: block;
	font: normal 16px/20px dashicons;
	speak: none;
	height: 20px;
	text-align: center;
	width: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.welcome-panel .welcome-panel-close:before {
	margin: 0;
}

#bulk-titles div a:before {
	margin: 1px 0;
}

.tagchecklist .ntdelbutton .remove-tag-icon:before {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



