Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. mkdir ~/.themes/myshell && mkdir ~/.themes/myshell/gnome-shell && cp -r /usr/share/gnome-shell/theme/* ~/.themes/myshell/gnome-shell/
  2.  
  3. .search-provider-icon,
  4. .list-search-result, .app-well-app .overview-icon,
  5. .app-well-app.app-folder .overview-icon,
  6. .show-apps .overview-icon,
  7. .grid-search-result .overview-icon {
  8. color: #eeeeec;
  9. border-radius: 4px;
  10. padding: 6px;
  11. border: 1px solid transparent;
  12. transition-duration: 100ms;
  13. text-align: center; }
  14.  
  15. .search-provider-icon,
  16. .list-search-result, .app-well-app .overview-icon,
  17. .app-well-app.app-folder .overview-icon,
  18. .show-apps .overview-icon,
  19. .grid-search-result .overview-icon {
  20. color: #eeeeec;
  21. border-radius: 4px;
  22. padding: 6px;
  23. border: 1px solid transparent;
  24. transition-duration: 100ms;
  25. text-align: center; }
  26.  
  27. .show-apps .show-apps-icon { border: none; background-image: url(005-book.svg); background-size: contain; color: transparent; transition-duration: 0s; -st-background-image-shadow: 0 1px 2px rgba(0, 0, 0, 0.22); }
  28.  
  29. .show-apps:hover .show-apps-icon, .show-apps:active .show-apps-icon, .show-apps:checked .show-apps-icon, .show-apps:focus .show-apps-icon { color: transparent; background-image: url(005-book.svg); -st-background-image-shadow: 0 3px 4px rgba(0, 0, 0, 0.28); transition-duration: 0.15s; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement