Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <style>
  2. /* สำหรับคอมพิวเตอร์ */
  3. .focused .soidialog_flyout_titlebar {
  4. background-color: #000000!important;
  5. color:white!important;
  6. }
  7. .soidialog_flyout_titlebar {
  8. background-color: red!important;
  9. color:white!important;
  10. }
  11. .titleBarText {
  12. color: white!important;
  13. }
  14. /* สำหรับมือถือ */
  15. .headroom {
  16. background-color: #000000!important;
  17. color:white!important;
  18. }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement