This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

iFrame Scheduler customization
#7
Use media queries. For example, this CSS rule will apply to iframe with width set to 480. If the second one has 481 then these styles won't apply to it.
Code:
@media (min-width: 480px) and (max-width: 480px) {
  .view-frame .content .tbl-events tbody tr.warning td {
    background-color: #ff0000;
  }
}
Reply


Messages In This Thread
iFrame Scheduler customization - by Mirco - 15.03.2022, 09:35
RE: iFrame Scheduler customization - by admin - 15.03.2022, 09:53
RE: iFrame Scheduler customization - by Mirco - 15.03.2022, 15:49
RE: iFrame Scheduler customization - by Mirco - 17.03.2022, 08:55
RE: iFrame Scheduler customization - by admin - 17.03.2022, 10:06
RE: iFrame Scheduler customization - by Mirco - 17.03.2022, 13:09
RE: iFrame Scheduler customization - by admin - 17.03.2022, 14:54

Forum Jump: