]> source.dussan.org Git - redmine.git/commitdiff
Improve header design with gradient background (#41266).
authorGo MAEDA <maeda@farend.jp>
Sun, 22 Sep 2024 03:51:57 +0000 (03:51 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 22 Sep 2024 03:51:57 +0000 (03:51 +0000)
Patch by Go MAEDA (user:maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@23067 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/stylesheets/application.css

index cf6cb48cd7e501b0c77de3c9a235143c37afe40e..a07ffdd769a016911773d39762164836fc456e69 100644 (file)
@@ -44,7 +44,14 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
 
 #account {float:right;}
 
-#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 16px 20px 16px; position:relative;}
+#header {
+  min-height :5.3em;
+  margin: 0;
+  background: linear-gradient(180deg, #628DB6 30%, #356D92);
+  color: #f8f8f8;
+  padding: 4px 16px 20px 16px;
+  position: relative;
+}
 #header a {color:#f8f8f8;}
 #header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
 #header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; }