summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:01:28 +0700
committerAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:01:28 +0700
commit83d0d318eb65dd1f2c02ff8bf3c084922987242c (patch)
tree17468942a80fe2fccdf672d66115cf7380d8d5a3
parent41f3cae85811be11a8dfc3bb7bff5113c9a71588 (diff)
Fix a CodeFactor style issue:
- Unexpected longhand value '0 0 1px 0' instead of '0 0 1px' (shorthand-property-no-redundant-values)
-rw-r--r--plugins/RemoteControl/webroot/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RemoteControl/webroot/style.css b/plugins/RemoteControl/webroot/style.css
index 34f7a5f160..e45f75ea26 100644
--- a/plugins/RemoteControl/webroot/style.css
+++ b/plugins/RemoteControl/webroot/style.css
@@ -62,7 +62,7 @@ div#srch_tab_object {
.ui-tabs .ui-tabs-nav {
padding-left: 0;
background: transparent;
- border-width: 0 0 1px 0;
+ border-width: 0 0 1px;
border-radius: 0;
}