1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

More room for delete button (icon stays shown), red colour

This commit is contained in:
2018-03-26 14:25:48 +02:00
parent 0f0caed748
commit 29c8c875be
2 changed files with 10 additions and 2 deletions

View File

@@ -59,6 +59,14 @@
{
background-color: {{ theme.BUTTON_ACTIVE }};
}
.deletebtn
{
background-color: red;
}
.deletebtn:hover
{
background-color: #ef5350; /* red lighten-1 */
}
</style>
<link href="{{ url_for('static', filename='css/digimarks.css') }}?20180317" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>