mirror of
https://github.com/10h30/trestle.git
synced 2026-07-12 03:06:15 +09:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cb256be7a1 |
@@ -537,11 +537,6 @@ body .button:hover,
|
|||||||
|
|
||||||
/* Sidebar Forms, Buttons, & Inputs */
|
/* Sidebar Forms, Buttons, & Inputs */
|
||||||
|
|
||||||
.sidebar input,
|
|
||||||
.sidebar select,
|
|
||||||
.sidebar textarea,
|
|
||||||
.sidebar button,
|
|
||||||
.sidebar .button,
|
|
||||||
.sidebar #subscribe-email input, /* Begin Jetpack - Blog Subscription */
|
.sidebar #subscribe-email input, /* Begin Jetpack - Blog Subscription */
|
||||||
.sidebar div.gform_wrapper input[type="email"], /* Begin Gravity Forms */
|
.sidebar div.gform_wrapper input[type="email"], /* Begin Gravity Forms */
|
||||||
.sidebar div.gform_wrapper input[type="text"],
|
.sidebar div.gform_wrapper input[type="text"],
|
||||||
@@ -555,11 +550,6 @@ body .button:hover,
|
|||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar input[type="radio"],
|
|
||||||
.sidebar input[type="checkbox"] {
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar input[type="file"] {
|
.sidebar input[type="file"] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@@ -1172,7 +1162,8 @@ body .mapp-layout {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple-section-nav .current_page_item > a {
|
.simple-section-nav .current_page_item > a,
|
||||||
|
.simple-section-nav .custom-custom-post-type-parent > a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user