mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 00:53:00 +01:00
✏️ Add shadow on button hover
This commit is contained in:
parent
0777b0bf17
commit
ff7769c0ba
@ -2,6 +2,10 @@
|
||||
padding: 12px 0px 12px;
|
||||
}
|
||||
|
||||
.ses_small:hover .fa-circle{
|
||||
text-shadow: grey 1px 0px 3px ;
|
||||
}
|
||||
|
||||
.ses_small i {
|
||||
color: red;
|
||||
}
|
||||
@ -64,6 +68,10 @@
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.ses_big_middle span{
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.ses_big i {
|
||||
/*font-size: 20px;*/
|
||||
/*font-weight: bold;*/
|
||||
@ -72,3 +80,11 @@
|
||||
text-shadow: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ses_big:hover .fa-circle{
|
||||
text-shadow: grey 1px 0px 8px ;
|
||||
}
|
||||
|
||||
.ses_big:hover h5{
|
||||
text-shadow: grey 1px 0px 8px ;
|
||||
}
|
||||
|
@ -12,12 +12,12 @@
|
||||
<a data-bind="click: click, css: big_button_css(), attr: { title: get_title() }, visible: big_button_visible()"
|
||||
href="#">
|
||||
<div class="ses_big_middle">
|
||||
<span class="fa-stack" style="font-size: 11px">
|
||||
<span class="fa-stack">
|
||||
<i class="far fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-hand-paper fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
<h5>{{ _("Emergency Stop") }}</h5>
|
||||
<span class="fa-stack" style="font-size: 11px">
|
||||
<span class="fa-stack">
|
||||
<i class="far fa-circle fa-stack-2x"></i>
|
||||
<i class="fas fa-hand-paper fa-stack-1x fa-inverse"></i>
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user