fixing disabled
This commit is contained in:
@@ -74,7 +74,7 @@ script#macros-template(type="text/x-template")
|
|||||||
| Yes
|
| Yes
|
||||||
|
|
||||||
a(download, title="Download Macros", :href="download_macros_url", style="text-decoration: none;", :disabled="!can_download_macros")
|
a(download, title="Download Macros", :href="download_macros_url", style="text-decoration: none;", :disabled="!can_download_macros")
|
||||||
button.config-button.button-blue(style="width:160px;") Download Macros
|
button.config-button.button-blue(style="width:160px;", :disabled="!can_download_macros") Download Macros
|
||||||
|
|
||||||
.warning-box
|
.warning-box
|
||||||
p
|
p
|
||||||
|
|||||||
@@ -685,6 +685,11 @@ span.unit
|
|||||||
#macros
|
#macros
|
||||||
width 104%
|
width 104%
|
||||||
|
|
||||||
|
a.disabled
|
||||||
|
color gray
|
||||||
|
text-decoration none
|
||||||
|
pointer-events none
|
||||||
|
|
||||||
.warning-box
|
.warning-box
|
||||||
display flex
|
display flex
|
||||||
background-color #F3FF00
|
background-color #F3FF00
|
||||||
@@ -696,7 +701,6 @@ span.unit
|
|||||||
align-items center
|
align-items center
|
||||||
justify-content center
|
justify-content center
|
||||||
|
|
||||||
|
|
||||||
.new-gcode
|
.new-gcode
|
||||||
height 13rem
|
height 13rem
|
||||||
width 23rem
|
width 23rem
|
||||||
|
|||||||
Reference in New Issue
Block a user