Replace unique color with standard subtle print color

Replacing `#9aa0a7` with standard subtle `#999` print color.
Also clarfiying LESS variable naming and removing unused variable
`@printBorderColorLight`.

Change-Id: I2c1b36099935aa99d63a3316b3a107a23ffa0afd
This commit is contained in:
Volker E 2017-10-18 19:49:01 -07:00 committed by Jdlrobson
parent eaa4dae5af
commit eaeea5dd5e
3 changed files with 6 additions and 6 deletions

View File

@ -104,9 +104,9 @@
@notificationBackgroundUnread: @colorDestructive;
@notificationColorUnread: #fff;
// Print specific
@printBorderColor: #9aa0a7;
@printBorderColorLight: @colorGray12;
// z-index:
@z-indexOverlay: 1;
// Print specific
@colorPrintSubtle: #999;
@borderColorPrint: #999;

View File

@ -68,7 +68,7 @@
display: block;
width: 55px;
height: @dividerHeight;
background: @printBorderColor;
background: @borderColorPrint;
}
.thumbcaption {

View File

@ -49,7 +49,7 @@
.license a,
.license {
font-size: 30px;
color: @printBorderColor;
color: @colorPrintSubtle;
font-weight: normal;
}
}