ソースを参照

Fixed user defined theme color for conn lost dialog

TC pushbot 5 4 年 前
コミット
32151b2de7
1 ファイル変更3 行追加0 行削除
  1. 3 0
      web/desktop.system

+ 3 - 0
web/desktop.system

@@ -4973,6 +4973,9 @@
             //List menu theme color bar
             $("#listMenu").find(".searchBar").css("border-bottom", "2px solid " + newThemeColor);
             $("#volumebar").css("background-color", newThemeColor);
+
+            //Connection lost notification css
+            $("#connectionLost").find(".ts.card").css("background-color", hexToRgbA(newThemeColor, 0.5));
         }
 
         //Load the user define theme color to overwrite the default color if exists