mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
17 lines
434 B
CSS
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;
|
||
|
}
|