Work on themes a bit
This commit is contained in:
parent
ee890f2b2a
commit
15bc1223c7
9 changed files with 26 additions and 25 deletions
|
@ -120,7 +120,7 @@ header {
|
|||
border-bottom: 1px solid #AAA;
|
||||
|
||||
.nav > li > a {
|
||||
color: #DDD;
|
||||
color: #AAA;
|
||||
text-shadow: 0 1px 0 #444;
|
||||
|
||||
&:hover {
|
||||
|
@ -130,6 +130,10 @@ header {
|
|||
}
|
||||
}
|
||||
|
||||
.turbolink-spinner {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.search {
|
||||
.search-input {
|
||||
background-color: #D2D5DA;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
.main-nav {
|
||||
background: #f5f5f5;
|
||||
margin: 30px 0;
|
||||
margin-top: 0;
|
||||
padding-top: 4px;
|
||||
|
|
|
@ -27,15 +27,15 @@
|
|||
}
|
||||
|
||||
&.modern {
|
||||
background: #567;
|
||||
background: #345;
|
||||
}
|
||||
|
||||
&.gray {
|
||||
background: #708090;
|
||||
background: #373737;
|
||||
}
|
||||
|
||||
&.violet {
|
||||
background: #657;
|
||||
background: #547;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,4 +8,8 @@
|
|||
background: #F9F9F9;
|
||||
border-left: 1px solid #DDD;
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
background: #FFF;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,15 +16,15 @@
|
|||
@extend .header-dark;
|
||||
&.navbar-gitlab {
|
||||
.navbar-inner {
|
||||
background: #657;
|
||||
background: #547;
|
||||
.app_logo {
|
||||
&:hover {
|
||||
background-color: #6A5A7A;
|
||||
background-color: #435;
|
||||
}
|
||||
}
|
||||
.separator {
|
||||
background: #546;
|
||||
border-left: 1px solid #706080;
|
||||
background: #435;
|
||||
border-left: 1px solid #658;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,15 +16,15 @@
|
|||
@extend .header-dark;
|
||||
&.navbar-gitlab {
|
||||
.navbar-inner {
|
||||
background: #708090;
|
||||
background: #373737;
|
||||
.app_logo {
|
||||
&:hover {
|
||||
background-color: #6A7A8A;
|
||||
background-color: #272727;
|
||||
}
|
||||
}
|
||||
.separator {
|
||||
background: #607080;
|
||||
border-left: 1px solid #8090A0;
|
||||
background: #272727;
|
||||
border-left: 1px solid #474747;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,20 +23,12 @@
|
|||
background-color: #373D47;
|
||||
}
|
||||
}
|
||||
.nav > li > a { color: #AAA; }
|
||||
}
|
||||
}
|
||||
.turbolink-spinner {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.separator {
|
||||
background: #31363E;
|
||||
border-left: 1px solid #666;
|
||||
}
|
||||
}
|
||||
|
||||
.main-nav {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,15 +16,15 @@
|
|||
@extend .header-dark;
|
||||
&.navbar-gitlab {
|
||||
.navbar-inner {
|
||||
background: #567;
|
||||
background: #345;
|
||||
.app_logo {
|
||||
&:hover {
|
||||
background-color: #516171;
|
||||
background-color: #234;
|
||||
}
|
||||
}
|
||||
.separator {
|
||||
background: #456;
|
||||
border-left: 1px solid #678;
|
||||
background: #234;
|
||||
border-left: 1px solid #456;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
= label_tag do
|
||||
.prev.gray
|
||||
= f.radio_button :theme_id, 4
|
||||
SlateGray
|
||||
Gray
|
||||
|
||||
= label_tag do
|
||||
.prev.violet
|
||||
|
|
Loading…
Reference in a new issue