Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
add livetv css
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiume authored Apr 15, 2020
1 parent 9d405bd commit 4f44ab2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions general/clients/css-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ This will affect the played/watched indicator. Replace the color hex with any va

![Screenshot of the default watched indicators](/images/custom-css-normalwatched.png)

#### Remove LiveTV Channel Listings

```css
.guideChannelNumber { display: none; }
```

#### Green Indicators

```css
Expand All @@ -75,6 +69,12 @@ This will affect the played/watched indicator. Replace the color hex with any va

![Screenshot of watched indicators with a custom transparent color applied](/images/custom-css-transparentwatched.png)

#### Remove LiveTV Channel Listings

```css
.guideChannelNumber { display: none; }
```

### Transparent Top Menu

Self explanatory
Expand Down

0 comments on commit 4f44ab2

Please sign in to comment.