Advertisement
FanaticExplorer

Search As Button

Jun 9th, 2025
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | Software | 0 0
  1. /**
  2. * @name Search As Button
  3. * @author Madeline, KrystalSkullOfficial
  4. * @description Makes Search Icon a button.
  5. * @version 3.0
  6. */
  7.  
  8. .search__97492:not(.open__97492)>.searchBar__97492 {
  9.     width: 30px;
  10.     background: transparent;
  11.     border: none;
  12. }
  13.  
  14. .search__97492:not(.open__97492) .iconLayout_fea832 {
  15.     cursor: pointer;
  16. }
  17.  
  18. .search__97492:not(.open__97492):hover .icon_fea832 {
  19.     color: var(--icon-secondary);
  20. }
  21.  
  22. .open__97492 .iconContainer_fea832 {
  23.     top: -1px;
  24. }
  25.  
  26. .iconContainer_fea832 {
  27.     margin-bottom: -6px !important;
  28.     width: 20px;
  29.     height: 20px;
  30.     left: -8px;
  31.     color: var(--icon-tertiary);
  32. }
Tags: discord CSS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement