Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .stub {
  2. background-color: rgb(255, 158, 158);
  3. border-right: 1px solid #D9BFB7;
  4. border-bottom: 1px solid #D9BFB7;
  5. display: table;
  6. padding: 2px;
  7. }
  8.  
  9. /*.stub:hover ~ *:not(.reply), .stub ~ *:not(.reply):hover, .stub ~ .reply:hover ~ *:not(.reply) {
  10. display: inline-block !important;
  11. opacity: 0.5;
  12. }*/
  13.  
  14. .stub:hover ~ .reply, .stub ~ .reply:hover, .stub ~ *:not(.reply):hover ~ .reply {
  15. margin-top: 0 !important;
  16. display: table !important;
  17. opacity: 0.5;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement