forked from AnneTrue/nexus-clash-interface-tweaks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
scaffolding.css
13 lines (12 loc) · 821 Bytes
/
scaffolding.css
1
2
3
4
5
6
7
8
9
10
11
12
13
.argavyon-revamped .nexus-tweaks-settingheader { font-weight: 900; width: 100%; background-color: #ffffff; }
.argavyon-revamped .nexus-tweaks-settingrow.odd-row { background-color: #eeeeee; }
.argavyon-revamped .nexus-tweaks-settingrow.even-row { background-color: #ffffff; }
.argavyon-revamped .nexus-tweaks-settingname { width: 40%; }
.argavyon-revamped .nexus-tweaks-settinglist { width: 60%; }
.argavyon-revamped .nexus-tweaks-settingspan { background-color: transparent; border: none; }
.nexus-tweaks-settingtable { width: 100%; }
.nexus-tweaks-settingheader { background-color: #dddddd; }
.nexus-tweaks-settingrow { background-color: #dddddd; }
.nexus-tweaks-settingname { width: 20px; }
.nexus-tweaks-settinglist { width: 90px; }
.nexus-tweaks-settingspan { background-color: #bbbbbb; border: 1px dotted black; }