src/main/webapp/lightpit.css

changeset 45
cc7f082c5ef3
parent 39
e722861558bb
child 47
57cfb94ab99f
     1.1 --- a/src/main/webapp/lightpit.css	Wed May 13 18:55:05 2020 +0200
     1.2 +++ b/src/main/webapp/lightpit.css	Wed May 13 21:10:23 2020 +0200
     1.3 @@ -51,21 +51,22 @@
     1.4      text-decoration: none;
     1.5  }
     1.6  
     1.7 -#mainMenu {
     1.8 +#mainMenu, #subMenu {
     1.9      width: 100%;
    1.10      display: flex;
    1.11      flex-flow: row wrap;
    1.12 -    background: #f0f0f5;
    1.13 +    border-image-source: linear-gradient(to right, #606060, rgba(60, 60, 60, .25));
    1.14 +    border-image-slice: 1;
    1.15 +    border-bottom-style: solid;
    1.16 +    border-bottom-width: 1pt;
    1.17 +}
    1.18 +
    1.19 +#mainMenu {
    1.20 +    background: #e0e0e5;
    1.21  }
    1.22  
    1.23  #subMenu {
    1.24      background: #f7f7ff;
    1.25 -    border-image-source: linear-gradient(to right, #606060, rgba(60, 60, 60, .25));
    1.26 -    border-image-slice: 1;
    1.27 -    border-top-style: solid;
    1.28 -    border-top-width: 1pt;
    1.29 -    border-bottom-style: solid;
    1.30 -    border-bottom-width: 1pt;
    1.31  }
    1.32  
    1.33  .menuEntry {
    1.34 @@ -76,7 +77,7 @@
    1.35  }
    1.36  
    1.37  #mainMenu .menuEntry[data-active] {
    1.38 -    background: #e0e0e5;
    1.39 +    background: #d0d0d5;
    1.40  }
    1.41  
    1.42  #subMenu .menuEntry[data-active] {

mercurial