CSS bug
This commit is contained in:
parent
a5225fbb5c
commit
2b9c28bc76
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue