mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Tweaked version, crc, tags and message colours.
To differentiate them a bit from links and other coloured UI elements.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user