Add .upper to admin CSS
Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -1710,4 +1710,8 @@ a, input, textarea, select { | ... | @@ -1710,4 +1710,8 @@ a, input, textarea, select { |
| 1710 | .wp-admin.is-not-admin #icl_string_translations th:nth-child(4), | 1710 | .wp-admin.is-not-admin #icl_string_translations th:nth-child(4), |
| 1711 | .wp-admin.is-not-admin #icl_string_translations tbody td:nth-child(4) { | 1711 | .wp-admin.is-not-admin #icl_string_translations tbody td:nth-child(4) { |
| 1712 | display: none; | 1712 | display: none; |
| 1713 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1713 | } | ||
| 1714 | |||
| 1715 | .upper { | ||
| 1716 | text-transform: uppercase; | ||
| 1717 | } | ... | ... |
-
Please register or sign in to post a comment