mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Added styling for buttons inside nav extras
This commit is contained in:
@@ -464,7 +464,8 @@ input[type="search"]::-webkit-search-results-button {
|
||||
|
||||
/* Button Colors & Classes */
|
||||
|
||||
.red {
|
||||
.red,
|
||||
.genesis-nav-menu .button {
|
||||
background-color: #f15123;
|
||||
border-color: #f15123;
|
||||
}
|
||||
@@ -474,6 +475,11 @@ input[type="search"]::-webkit-search-results-button {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
.genesis-nav-menu .button:hover {
|
||||
background-color: #666;
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.blue {
|
||||
background-color: #0971B2;
|
||||
border-color: #0971B2;
|
||||
@@ -1194,6 +1200,14 @@ Site Navigation
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.nav-primary .genesis-nav-menu > .right > .button {
|
||||
padding: 8px 15px;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Sub Menus
|
||||
--------------------------------------------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user