Skip to content

Commit

Permalink
QA: Remove Tabler from Themes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 16, 2025
1 parent 8b41bfb commit 8dc2a96
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 165 deletions.
9 changes: 2 additions & 7 deletions include/themes/cacti/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1019,7 +1019,7 @@ legend {
padding-bottom: 2px;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2554,8 +2554,3 @@ td.center > table {
color:#ffb7a5 !important;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

9 changes: 2 additions & 7 deletions include/themes/carrot/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1024,7 +1024,7 @@ legend {
padding-bottom: 2px;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2566,8 +2566,3 @@ td.center > table {
color:#ffb7a5 !important;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

25 changes: 4 additions & 21 deletions include/themes/dark/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ img {
vertical-align: middle;
}

i.fa, i.fas, i.fab, i.far, i.fal, i.ti {
i.fa, i.fas, i.fab, i.far, i.fal {
font-size: 13px;
vertical-align: middle;
}

.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal, .menu_parent i.ti {
.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal {
color: snow;
}

Expand Down Expand Up @@ -186,7 +186,7 @@ a:hover {
color: #fff;
}

th i.fa, th i.ti {
th i.fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1162,7 +1162,7 @@ legend {
display: inline-block;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2231,23 +2231,6 @@ tr th:last-child .checkbox {
margin-right: 10px !important;
}

.ti-chevrons-up, .ti-chevrons-down {
margin-right: 10px;
}

.cactiTableButton .ti-plus, .cactiTableButton .ti-help-circle-filled, .cactiTableButton .ti-menu-2, .cactiTableButton .ti-sort-ascending-letters, .cactiTableButton .ti-sort-descending-letters {
margin-right: 10px;
}

.ti-arrows-diagonal-minimize-2, .ti-arrows-diagonal {
margin-right: 10px;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

#nav li a.pic:hover, #nav li a.selected {
background: -moz-linear-gradient(top, rgba(167,217,134,0.4) 0%, rgba(148,179,107,0.4) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,134,0.4)), color-stop(100%, rgba(148,179,107,0.2)));
Expand Down
9 changes: 2 additions & 7 deletions include/themes/hollyberry/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1039,7 +1039,7 @@ legend {
padding-bottom: 2px;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2639,8 +2639,3 @@ td.center > table {
color:#56C6A9 !important;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

25 changes: 4 additions & 21 deletions include/themes/modern/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,13 @@ img {
vertical-align: middle;
}

i.fa, i.fas, i.fab, i.far, i.fal, i.ti {
i.fa, i.fas, i.fab, i.far, i.fal {
font-size: 15px;
padding-bottom: 3px;
text-align: left;
}

.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal, .menu_parent i.ti {
.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal {
color: snow;
}

Expand Down Expand Up @@ -190,7 +190,7 @@ a:hover {
color: #333333;
}

th i.fa, th i.ti {
th i.fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1182,7 +1182,7 @@ legend {
display: inline-block;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2287,23 +2287,6 @@ tr th:last-child .checkbox {
margin-right: 10px !important;
}

.ti-chevrons-up, .ti-chevrons-down {
margin-right: 10px;
}

.cactiTableButton .ti-plus, .cactiTableButton .ti-help-circle-filled, .cactiTableButton .ti-menu-2, .cactiTableButton .ti-sort-ascending-letters, .cactiTableButton .ti-sort-descending-letters {
margin-right: 10px;
}

.ti-arrows-diagonal-minimize-2, .ti-arrows-diagonal {
margin-right: 10px;
}

.ti {
font-size: 1.4em;
font-weight: normal;
}

/* Navigation Area */
#nav {
float: left;
Expand Down
33 changes: 4 additions & 29 deletions include/themes/paper-plane/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ img {
vertical-align: middle;
}

i.fa, i.fas, i.fab, i.far, i.fa, i.ti {
i.fa, i.fas, i.fab, i.far, i.fa {
padding: 0px 3px;
font-size: 13px;
}

.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal, .menu_parent i.ti {
.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal {
color: lightgrey;
}

Expand Down Expand Up @@ -155,7 +155,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1192,7 +1192,7 @@ legend {
display: inline-block;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -2062,14 +2062,6 @@ div#gtabs {
height: 32px;
}

.maintabs .lefttab span.ti {
font-size: 18px;
}

.maintabs i.ti {
font-size: 18px;
}

.maintabs a.lefttab, .usertabs a {
color: #9d9d9d;
float: left !important;
Expand Down Expand Up @@ -2233,23 +2225,6 @@ tr th:last-child .checkbox {
margin-right: 10px !important;
}

.ti-chevrons-up, .ti-chevrons-down {
margin-right: 10px;
}

.cactiTableButton .ti-plus, .cactiTableButton .ti-help-circle-filled, .cactiTableButton .ti-menu-2, .cactiTableButton .ti-sort-ascending-letters, .cactiTableButton .ti-sort-descending-letters {
margin-right: 10px;
}

.ti-arrows-diagonal-minimize-2, .ti-arrows-diagonal {
margin-right: 10px;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

/* Navigation Area */
#nav {
float: left;
Expand Down
33 changes: 4 additions & 29 deletions include/themes/paw/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ img {
vertical-align: middle;
}

i.fa, i.fas, i.fab, i.far, i.fal, i.ti {
i.fa, i.fas, i.fab, i.far, i.fal {
padding: 0px 3px;
font-size: 13px;
}

.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal, .menu_parent i.ti {
.menu_parent i.fa, .menu_parent i.fas, .menu_parent i.fab, .menu_parent i.far, .menu_parent i.fal {
color: #3F75A2;
}

Expand Down Expand Up @@ -157,7 +157,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1047,7 +1047,7 @@ legend {
display: inline-block;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -1911,14 +1911,6 @@ div#gtabs {
float: left;
}

.maintabs .lefttab span.ti {
font-size: 18px;
}

.maintabs i.ti {
font-size: 18px;
}

.maintabs-submenu {
display: none;
}
Expand Down Expand Up @@ -2098,23 +2090,6 @@ tr th:last-child .checkbox {
margin-right: 10px !important;
}

.ti-chevrons-up, .ti-chevrons-down {
margin-right: 10px;
}

.cactiTableButton .ti-plus, .cactiTableButton .ti-help-circle-filled, .cactiTableButton .ti-menu-2, .cactiTableButton .ti-sort-ascending-letters, .cactiTableButton .ti-sort-descending-letters {
margin-right: 10px;
}

.ti-arrows-diagonal-minimize-2, .ti-arrows-diagonal {
margin-right: 10px;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

#nav li a.pic:hover:not(.selected) {
background: rgba(224,224,224,1);
}
Expand Down
17 changes: 2 additions & 15 deletions include/themes/raspberry/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ a:hover {
color: #333333;
}

th .fa, th .ti {
th .fa {
margin-top: -5px;
position: absolute;
right: 3px;
Expand Down Expand Up @@ -1036,7 +1036,7 @@ legend {
padding-bottom: 2px;
}

.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata {
.piinstall, .pienable, .pidisable, .piuninstall, .pierror, .pirmdata, .piload, .pireadme, .pichangelog, .pirestore, .pirmarchive {
padding: 0px 3px !important;
}

Expand Down Expand Up @@ -1900,14 +1900,6 @@ div#gtabs {
display: none;
}

.maintabs span.ti {
font-size: 18px;
}

.maintabs i.ti {
font-size: 18px;
}

#menu-tab-graphs.maintabs-submenu, .maintabs-submenu-ellipsis a {
padding: 5px 5px 5px 0px;
color: #fff;
Expand Down Expand Up @@ -2573,8 +2565,3 @@ td.center > table {
color:#56C6A9 !important;
}

.ti {
font-size: 1.4em;
font-weight: bold;
}

Loading

0 comments on commit 8dc2a96

Please sign in to comment.