We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dabfef commit 8935bc1Copy full SHA for 8935bc1
1 file changed
assets/tvs/multitv/css/multitv.css
@@ -7,7 +7,7 @@
7
.multitv .list li.element { position: relative; padding: 4px 20px 4px 20px; margin-bottom: 4px; border: 1px solid #e3e3e3; background: #fff; /*url('images/arrow_updown.png') no-repeat left center;*/ list-style: none;}
8
.multitv .list li.element { min-width: 610px }
9
10
-.multitv li.element > div:before {font-family: "Font Awesome 5 Free";top: 40%;left: 8px;content: "\f338";position: absolute;z-index: 100;color: #449d44;}
+.multitv li.element > div:before {font-family: "Font Awesome 5 Free";top: 40%;left: 8px;content: "\f338";position: absolute;z-index: 100;color: #449d44;font-weight: bold;}
11
.multitv li.element.inline > div:before {top: 20%;}
12
13
.multitv .list li.element.inline { display: list-item }
0 commit comments