admin: remove live hint field style, now provided by gadgo

This commit is contained in:
Frédéric Péters 2020-06-24 09:50:42 +02:00
parent 6ed92c62ed
commit c670d9c5c2
1 changed files with 0 additions and 36 deletions

View File

@ -1916,39 +1916,3 @@ div.mail-body {
#sidebar-custom-views .active {
font-weight: bold;
}
.field-live-hint {
position: absolute;
background: #ffffee;
color: #333;
z-index: 1000000;
padding: 1em 1em;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
.field-live-hint span::before {
font-family: FontAwesome;
content: "\f071"; /* exclamation triangle */
padding-right: 0.5em;
}
.field-live-hint button.action,
.field-live-hint button.close {
margin: 0 1em;
padding: 0;
color: blue !important;
border: none;
text-decoration: underline !important;
background: transparent !important;
box-shadow: none !important;
}
.field-live-hint button.close {
color: #333 !important;
margin: 0;
text-decoration: none !important;
}
.field-live-hint button.close::after {
content: "×";
}