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>2012-11-21 09:14:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-21 09:14:05 +0400
commit00464099704ec16ad64faa3fe8c19d931ee7037a (patch)
tree85409d2e7e003e4a674518d05e4dda61e0a091e1 /app/assets/stylesheets/themes/ui_gray.scss
parent4c6c24856cc326e26b6f7ac91ee6eae9fcc722f7 (diff)
I prefer icons on header
Diffstat (limited to 'app/assets/stylesheets/themes/ui_gray.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_gray.scss47
1 files changed, 1 insertions, 46 deletions
diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss
index 5ee2b0ddfe3..e80137a69c8 100644
--- a/app/assets/stylesheets/themes/ui_gray.scss
+++ b/app/assets/stylesheets/themes/ui_gray.scss
@@ -8,61 +8,16 @@
*
*/
.ui_gray {
-
/*
* Application Header
*
*/
header {
-
+ @extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
background: #708090;
- border-bottom: 1px solid #AAA;
-
- .nav > li > a {
- color: #fff;
- text-shadow: 0 1px 0 #111;
- }
}
}
-
- .search {
- float: right;
- margin-right: 45px;
- .search-input {
- border: 1px solid #aaa;
- background-color: #D2D5DA;
- background-color: rgba(255, 255, 255, 0.5);
-
- &:focus {
- background-color: white;
- }
- }
- }
- .search-input::-webkit-input-placeholder {
- color: #666;
- }
- .app_logo {
- a {
- h1 {
- background: url('logo_white.png') no-repeat 0px 2px;
- color:#fff;
- text-shadow: 0 1px 1px #111;
- }
- }
- .separator {
- display:none;
- }
-
- }
- .project_name {
- color:#fff;
- text-shadow: 0 1px 1px #111;
- }
}
- /*
- * End of Application Header
- *
- */
}