Advertisement
bluebyt

wf-dock.css

Dec 14th, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. button:hover {
  2.   background-color: #7dcfff;
  3. /*  transition: 500ms ease-in-out; */
  4. }
  5.  
  6. /* click with mouse */
  7. button:active {
  8.   background-color: #ff757f;
  9. }
  10.  
  11. button:not(.flat){
  12. background-color: #c0caf5;
  13. }
  14.  
  15. window {  
  16.     border-radius: 8px;
  17.     box-shadow: rgba(0, 0, 0, 0.288);
  18.     background-color: rgba(26,27,38,0.9);
  19.     border-width: 18px;
  20.     border-color: white;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement