Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-17 14:16:19 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-17 14:16:19 +0400
commit1efeb1b562cd9c8e2e460d2753da5bb2f5978bfd (patch)
tree9146f51e7d31cc8ad7f01bceaf81ae9448d16e8a /app/assets/stylesheets/themes
parent32a5548c416ea1e2537c9c89735629d83d95f270 (diff)
redesign mars theme a bit. Better border color for search-input for dark theme
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss23
1 files changed, 7 insertions, 16 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index afe22270180..a2b8c21ea11 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -16,25 +16,16 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #474D57 url('bg-header.png') repeat-x bottom;
- border-bottom: 1px solid #444;
- }
- }
-
- .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;
+ background: #474D57;
+ border-bottom: 1px solid #373D47;
+ .app_logo {
+ &:hover {
+ background-color: #373D47;
+ }
}
}
}
- .search-input::-webkit-input-placeholder {
- color: #666;
- }
+
.separator {
background: #31363E;
border-left: 1px solid #666;