Commit 1efeb1b5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

redesign mars theme a bit. Better border color for search-input for dark theme

parent 32a5548c
...@@ -227,6 +227,7 @@ header { ...@@ -227,6 +227,7 @@ header {
.search-input { .search-input {
background-color: #D2D5DA; background-color: #D2D5DA;
background-color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.5);
border: 1px solid #AAA;
&:focus { &:focus {
background-color: white; background-color: white;
......
...@@ -16,25 +16,16 @@ ...@@ -16,25 +16,16 @@
@extend .header-dark; @extend .header-dark;
&.navbar-gitlab { &.navbar-gitlab {
.navbar-inner { .navbar-inner {
background: #474D57 url('bg-header.png') repeat-x bottom; background: #474D57;
border-bottom: 1px solid #444; border-bottom: 1px solid #373D47;
} .app_logo {
} &:hover {
background-color: #373D47;
.search { }
.search-input {
border: 1px solid rgba(0, 0, 0, 0.7);
background-color: #D2D5DA;
background-color: rgba(255, 255, 255, 0.5);
&:focus {
background-color: white;
} }
} }
} }
.search-input::-webkit-input-placeholder {
color: #666;
}
.separator { .separator {
background: #31363E; background: #31363E;
border-left: 1px solid #666; border-left: 1px solid #666;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment