wordpress/php-fpm/wordpress_files/themes/shell-lite/styles/admin-style.css

17 lines
434 B
CSS
Raw Normal View History

2020-05-22 03:40:23 +02:00
/* =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;
}