Feature #43937 » 0002-Fix-the-Alternate-theme-after-redesigning-the-defaul.patch
| app/assets/themes/alternate/stylesheets/application.css | ||
|---|---|---|
| 33 | 33 |
h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {border-block-end: 0px;}
|
| 34 | 34 | |
| 35 | 35 |
/* Menu */ |
| 36 |
#main-menu li a { background-color: #507AAA; font-weight: bold;}
|
|
| 37 |
#main-menu li a:hover { background: #507AAA; text-decoration: underline; }
|
|
| 38 |
#main-menu li a.selected, #main-menu li a.selected:hover { background-color:#EEEEEE; }
|
|
| 39 |
#main-menu li a.new-object { background-color:#507AAA; text-decoration: none; }
|
|
| 36 |
#main-menu li a { font-weight: bold;}
|
|
| 37 |
#main-menu li a:hover { text-decoration: underline; }
|
|
| 38 |
#main-menu li a.new-object, #main-menu li a.new-object:hover { color: white; background-color:#507AAA; text-decoration: none; }
|
|
| 40 | 39 | |
| 41 | 40 |
#main-menu .menu-children {
|
| 42 | 41 |
border-block-end: 1px solid #507AAA; |