File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
octoprint_tplinksmartplug/static/css Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,12 @@ body #navbar_plugin_tplinksmartplug > a > span {
9595 /*overflow: visible !important;*/
9696}
9797
98+ input [type = "datetime-local" ].alert-error {
99+ color : # b94a48 ;
100+ background-color : # f2dede ;
101+ border-color : # b94a48 ;
102+ }
103+
98104@media (max-width : 800px ) {
99105 # touch body # tab_plugin_tplinksmartplug_link {
100106 display : none;
Original file line number Diff line number Diff line change 1414plugin_name = "OctoPrint-TPLinkSmartplug"
1515
1616# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17- plugin_version = "2.0.0rc3 "
17+ plugin_version = "2.0.0rc4 "
1818
1919# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020# module
You can’t perform that action at this time.
0 commit comments