MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    Config for a simple clean montly calendar

    Development
    6
    23
    6016
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      Clubjack @mlcampbe last edited by

      @mlcampbe
      Thank You. But i found it myself. 👍🏼

      But i have another queetion.

      I use the calendar in week-View.
      The Today-Header has an other Color. Thats good.
      But is it possible to change the background-Color of the Today Slot too?
      So it is easier to see the actual day.

      1 Reply Last reply Reply Quote 0
      • M
        mlcampbe last edited by

        I believe one of these should probably work:

        .CX2 .today .slotHeader {
        background: rgba(64,64,64,0.8);
        color: #000;
        }

        .CX2 .today .slotHeader .slotTitle {
        color: #FFF;
        }

        .CX2 .today .slotContent {
        background: #eeeeee69;
        #border: 1px solid white;
        }

        C 1 Reply Last reply Reply Quote 1
        • C
          Clubjack @mlcampbe last edited by

          @mlcampbe
          Thanks a lot.
          The last Code was the right. 👍🏼👍🏼👍🏼👍🏼

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 3
          • 3 / 3
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy