]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Remove textcomplete hidden input box shadows in dark/black schemes
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Sep 2020 04:18:41 +0000 (00:18 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Sep 2020 04:18:41 +0000 (00:18 -0400)
view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index 982de93e8bd672a970e14540af247fe050947219..f57f9902b38a861737b7ab5df5b82ad10ad2c7c2 100644 (file)
@@ -345,3 +345,7 @@ aside .widget,
        box-shadow: 0 0 3px $link_color;
        -webkit-box-shadow: 0 0 3px $link_color;
 }
+
+input[type=text].tt-input {
+       box-shadow: none;
+}
index 308e3188781556a45295cbf79b21ed30bab282bd..e7574ff307f1007fd5650de89b9d990e053856a2 100644 (file)
@@ -318,3 +318,7 @@ legend {
 .adminpage .table-hover > tbody > tr:hover + tr.details {
        background-color: $nav_bg;
 }
+
+input[type=text].tt-input {
+       box-shadow: none;
+}