Tweaked version, crc, tags and message colours.

To differentiate them a bit from links and other coloured UI elements.
This commit is contained in:
Oliver Hamlet
2014-12-30 18:21:39 +00:00
parent 412058b578
commit ce2d716b4a
3 changed files with 8 additions and 10 deletions
+6 -6
View File
@@ -146,22 +146,22 @@ li p {
margin: 0;
}
li.error {
background:#ff9090;
background: #FF8A80;
}
li.warn {
background:#FFDD55;
background: #FFE082;
}
.version {
color:#2196F3;
color: #607D8B;
}
.crc {
color:#BC8923;
color: #795548;
}
.tag.add {
color:green;
color: #4CAF50;
}
.tag.remove {
color:red;
color: #F44336;
}
/* Dialogs */
@@ -109,12 +109,10 @@ loot-clear-metadata
content::content > .version {
display: inline-block;
margin-left: 16px;
color: #6394F8;
}
content::content > .crc {
display: inline-block;
margin-left: 16px;
color:#BC8923;
}
.hidden,
content::content > .hidden,
@@ -58,11 +58,11 @@ loot-editor-close
}
#version {
margin-left: 16px;
color:#6394F8;
color: #607D8B;
}
#crc {
margin-left: 16px;
color:#BC8923;
color: #795548;
}
:host-context(#main[data-hide-version]) #version,
:host-context(#main[data-hide-crc]) #crc {