mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-28 20:32:17 +01:00
Change color to green in .tsv-text-truncate class
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Better TeamSpeak Theme
|
||||
|
||||
## Development
|
||||
|
||||
1. Install [Node.js](https://nodejs.org/en/)
|
||||
2. Clone this repo in your TeamSpeak extensions folder
|
||||
3. Rename the folder to `de.dertyp.betterteamspeaktheme`
|
||||
4. Go into the folder and run `sh run_dev.sh`
|
||||
5. Open TeamSpeak and enable the theme in the settings
|
||||
|
||||
When you make changes to the theme, just reload the theme in the TeamSpeak Developer tools.
|
||||
@@ -1,3 +1,3 @@
|
||||
.tsv-text-truncate{
|
||||
color :red !important;
|
||||
color :green !important;
|
||||
}
|
||||
Reference in New Issue
Block a user