Patch #32017 » better-header-color-nobars-palette.diff
public/stylesheets/application.css (working copy) | ||
---|---|---|
15 | 15 |
#wrapper {background: white;overflow: hidden;} |
16 | 16 |
#wrapper3 { display: flex; flex-direction: column; } |
17 | 17 | |
18 |
#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
|
|
18 |
#top-menu {background: #064884; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;}
|
|
19 | 19 |
#top-menu ul {margin: 0; padding: 0;} |
20 | 20 |
#top-menu li { |
21 | 21 |
float:left; |
... | ... | |
29 | 29 | |
30 | 30 |
#account {float:right;} |
31 | 31 | |
32 |
#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
|
32 |
#header {min-height:5.3em;margin:0;background-color:#4287C5;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;}
|
|
33 | 33 |
#header a {color:#f8f8f8;} |
34 | 34 |
#header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} |
35 | 35 |
#header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; } |