mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-19 16:03:14 +00:00
PHRAS-963 - fix css color
This commit is contained in:

committed by
Florian BLOUET

parent
f93d1d6696
commit
00abc461f1
@@ -211,13 +211,6 @@
|
||||
}
|
||||
.lazaret-file,
|
||||
.lazaret-proposals {
|
||||
a {
|
||||
font-weight: normal;
|
||||
color: $textPrimaryColor;
|
||||
&:hover {
|
||||
color: $textSecondaryColor;
|
||||
}
|
||||
}
|
||||
.thumbnails {
|
||||
margin-left: 0;
|
||||
background-color: #FFFFFF;
|
||||
@@ -234,6 +227,18 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.well {
|
||||
.lazaret-file,
|
||||
.lazaret-proposals {
|
||||
a {
|
||||
font-weight: normal;
|
||||
color: $textPrimaryInverseColor;
|
||||
&:hover {
|
||||
color: $textInverseHoverColor;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.lazaret-proposals .records-subititution {
|
||||
margin: 0 10px 10px 0;
|
||||
|
Reference in New Issue
Block a user