Added styling for unknown addresses

This commit is contained in:
wmwragg 2016-09-12 17:25:38 +01:00
parent 906be376c9
commit abda8c77ad
2 changed files with 21 additions and 0 deletions

View file

@ -26,6 +26,12 @@ limitations under the License.
margin-right: 4px;
}
.mx_AddressTile.mx_AddressTile_error {
background-color: rgba(255, 0, 100, 0.1);
color: #ff0064;
border-color: #ff0064;
}
.mx_AddressTile_network {
display: inline-block;
position: relative;