Project

General

Profile

Feature #41266 » improve-header-with-gradient-background.patch

Go MAEDA, 2024-09-18 16:18

View differences:

app/assets/stylesheets/application.css
44 44

  
45 45
#account {float:right;}
46 46

  
47
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 16px 20px 16px; position:relative;}
47
#header {
48
  min-height :5.3em;
49
  margin: 0;
50
  background: linear-gradient(180deg, #628DB6 30%, #356D92);
51
  color: #f8f8f8;
52
  padding: 4px 16px 20px 16px;
53
  position: relative;
54
}
48 55
#header a {color:#f8f8f8;}
49 56
#header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
50 57
#header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; }
(3-3/3)