diff options
Diffstat (limited to 'module/web/static/css/default')
| -rw-r--r-- | module/web/static/css/default/style.less | 29 | 
1 files changed, 14 insertions, 15 deletions
| diff --git a/module/web/static/css/default/style.less b/module/web/static/css/default/style.less index a1f80710c..ab79bb89c 100644 --- a/module/web/static/css/default/style.less +++ b/module/web/static/css/default/style.less @@ -26,11 +26,11 @@  @greyDark: #444444;
  @greyDarker: #111113;
 -@yellow: #fee247;
 +@yellow: #ffd856;
  @yellowLighter: lighten(spin(@yellow, 10), 20%);
  @yellowLightest: lighten(spin(@yellow, 15), 30%);
 -@blue: #3a79aa;
 +@blue: #3571a2;
  @blueLight: lighten(spin(@blue, 5), 10%);
  @blueLighter: lighten(spin(@blue, 10), 20%);
  @blueLightest: lighten(spin(@blue, 20), 40%);
 @@ -161,17 +161,17 @@ a:hover {  }
  .btn-yellow {
 -  background-color: hsl(53, 96%, 44%) !important;
 +  background-color: hsl(46, 100%, 57%) !important;
    background-repeat: repeat-x;
 -  background-image: -khtml-gradient(linear, left top, left bottom, from(#fbe64b), to(#dbc204));
 -  background-image: -moz-linear-gradient(top, #fbe64b, #dbc204);
 -  background-image: -ms-linear-gradient(top, #fbe64b, #dbc204);
 -  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbe64b), color-stop(100%, #dbc204));
 -  background-image: -webkit-linear-gradient(top, #fbe64b, #dbc204);
 -  background-image: -o-linear-gradient(top, #fbe64b, #dbc204);
 -  background-image: linear-gradient(#fbe64b, #dbc204);
 -  border-color: #dbc204 #dbc204 hsl(53, 96%, 39%);
 -  color: #fff !important;
 +  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffe389), to(#fecb23));
 +  background-image: -moz-linear-gradient(top, #ffe389, #fecb23);
 +  background-image: -ms-linear-gradient(top, #ffe389, #fecb23);
 +  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe389), color-stop(100%, #fecb23));
 +  background-image: -webkit-linear-gradient(top, #ffe389, #fecb23);
 +  background-image: -o-linear-gradient(top, #ffe389, #fecb23);
 +  background-image: linear-gradient(#ffe389, #fecb23);
 +  border-color: #fecb23 #fecb23 hsl(46, 100%, 52%);
 +  color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
 @@ -239,7 +239,7 @@ header .logo {    margin-right: 10px;
    margin-top: 12px;
    width: 105px;
 -  height: 105px;
 +  height: 107px;
    background: url("../../img/default/logo.png") no-repeat;
  }
 @@ -304,8 +304,7 @@ header .logo {    margin-right: 15px;
    line-height: 16px;
 -  .popover {
 -//    display: block;
 +  .popover { //    display: block;
      width: 120%;
      left: -60%; // Half of width
      margin-left: 50%;
 | 
