You are here

bue.popup.css in BUEditor 7

Same filename and directory in other branches
  1. 6.2 library/bue.popup.css
/* Popup styles */
.bue-popup {
  box-shadow: 0 0 1em #999;
  border-radius: 5px;
}
.bue-popup-head {
  border-radius: 5px 5px 0 0;
}
.bue-popup-close {
  border-radius: 5px 0 5px 0;
}
.bue-popup-body {
  border-radius: 0 0 5px 5px;
}
#bue-quick-pop .bue-popup-body {
  border-radius: 5px;
}

File

library/bue.popup.css
View source
  1. /* Popup styles */
  2. .bue-popup {
  3. box-shadow: 0 0 1em #999;
  4. border-radius: 5px;
  5. }
  6. .bue-popup-head {
  7. border-radius: 5px 5px 0 0;
  8. }
  9. .bue-popup-close {
  10. border-radius: 5px 0 5px 0;
  11. }
  12. .bue-popup-body {
  13. border-radius: 0 0 5px 5px;
  14. }
  15. #bue-quick-pop .bue-popup-body {
  16. border-radius: 5px;
  17. }