A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
279 B

  1. .uk-navbar-nav > li {
  2. display: inline-block;
  3. float: none;
  4. }
  5. .uk-navbar-nav > li > a > img {
  6. width: 20px;
  7. }
  8. .flip {
  9. transform: scaleX(-1);
  10. filter: FlipH;
  11. -ms-filter: "FlipH";
  12. }
  13. .uk-search-field, .uk-search-field::-moz-placeholder {
  14. color: #FFFFFF;
  15. }