wordpress/php-fpm/wordpress_files/themes/shell-lite/styles/admin-style.css
2020-05-22 01:40:23 +00:00

17 lines
434 B
CSS

/* =Shell Lite Options Page
-------------------------------------------------------------- */
#shell-lite-theme-options-header {
width: 100%;
}
/* =Shell Lite Options Saved
-------------------------------------------------------------- */
.updated.fade.shell-lite-options-updated {
background: #B1EBA9;
border: 1px solid #7ED173;
}
/* Fix checkbox width in Shell Options page */
.wrap td > input[type=checkbox] {
width: 15px;
}