congdantoancau

Facebook collapse group posts

May 24th, 2022 (edited)
980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. /* collapse group posts */
  2. [role="feed"] .x1ja2u2z{
  3.     height: 100px;
  4. }
  5.  
  6.  
  7. [role="menuitem"]:nth-child(7) {
  8.     background: darkorange;
  9. }
  10.  
  11. [role="menu"] [role="menuitem"]:nth-child(8) {
  12.     background-color: red;
  13. }
  14.  
  15. [role="dialog"] [aria-label="Confirm"],
  16. [role="dialog"] [aria-label="Xác nhận"] {
  17.     border: 4px dashed red;
  18. }
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment