This commit is contained in:
Juan Ferrer Toribio 2017-11-27 16:51:40 +01:00
parent a5225fbb5c
commit 2b9c28bc76
2 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@
margin: .5em;
max-width: 120em;
}
.action-bar button.start-order
.catalog-actions ._start-order
{
background-color: #EF5350;
margin: .7em;
padding: .5em;
box-shadow: 0 0 0.4em rgba(1, 1, 1, 0.4);
}
.action-bar button.start-order:hover
.catalog-actions ._start-order:hover
{
background-color: #F44336;
}

View File

@ -4,7 +4,7 @@
</h1>
<div id="actions" class="catalog-actions">
<htk-bar-button
class="start-order"
id="start-order"
icon="new-order"
tip="_Start order"
on-click="onStartOrderClick"/>