Skip to content

Commit 0f39bd1

Browse files
committed
add missing styling
bump version
1 parent 8426120 commit 0f39bd1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

octoprint_tplinksmartplug/static/css/tplinksmartplug.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_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

0 commit comments

Comments
 (0)