Created
November 9, 2015 00:04
-
-
Save Boorj/0e227f70da28c5fa0612 to your computer and use it in GitHub Desktop.
Bolt backend customization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body, #navpage-content { | |
| background-color: #f9f9f7; | |
| } | |
| .navbar-bolt { | |
| background-color: #f9b304; | |
| box-shadow: none !important; | |
| background-image: none !important; | |
| } | |
| .control-label, fieldset[data-bolt-field] label.main { font-weight: bold !important;} | |
| /*Bolt backend*/ | |
| #navpage-secondary .nav>li>a, #navpage-secondary .nav>li>form, #navpage-secondary .nav>li>em { | |
| max-height: 5.6em; | |
| } | |
| #navpage-secondary .nav>li.active>a { | |
| color: #FFF; | |
| background: linear-gradient(300deg, #ffc613, #e8a603); | |
| } | |
| #navpage-secondary .nav>li.active a.menu-pop:before { | |
| color: white; | |
| } | |
| #navpage-secondary .nav>li.active>a i.icon:before { | |
| color: white; | |
| } | |
| #navpage-secondary .nav>li i.icon:before { | |
| font-weight: 400; | |
| color: rgb(233, 195, 10); | |
| } | |
| #navpage-secondary { | |
| box-shadow: none !important; | |
| background: #F9F9F7; | |
| color: #2e3345; | |
| } | |
| #navpage-secondary .nav>li>a, #navpage-secondary .nav>li>form, #navpage-secondary .nav>li>em { | |
| /*color: #070707;*/ | |
| color: inherit; | |
| } | |
| #navpage-secondary .nav>li>em { | |
| color: #95989B; | |
| border-bottom: 1px dotted #ccc; | |
| } | |
| #navpage-secondary .nav>li.divider i.icon:before { | |
| color: rgb(206, 198, 196); | |
| } | |
| .nav-secondary-collapse, .nav-secondary-expand, | |
| #navpage-secondary .nav>li.divider { | |
| border-top: 0px none; | |
| } | |
| #navpage-secondary .nav>li>em { | |
| font-weight: normal; | |
| font-style: normal; | |
| font-size: 13px; | |
| text-transform: uppercase; | |
| } | |
| #navpage-secondary .nav>li i.icon { | |
| background: none; | |
| } | |
| #navpage-secondary .nav>li.active>a i.icon { | |
| color: #FFF; | |
| background: none; | |
| } | |
| #navpage-secondary .nav>li a.menu-pop:before { | |
| color: #D3D3D3; | |
| } | |
| #navpage-secondary .nav>li:hover>a i.icon, #navpage-secondary .nav>li a:focus i.icon { | |
| background: none; | |
| } | |
| table.buic-listing tbody.striping_odd tr:nth-of-type(odd) { | |
| background: #F8F7F4; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment