Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

TB 91.3.0 - Calendar - Change selected day colour

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 91 ნახვა
  • ბოლოს გამოეხმაურა Joe King

Hi.

I want to change the colour of the selected day in the TB Calendar. On my screenshot:

Thursday: unselected day Friday: Selected day (colour I want to change to the same colour as the day background (dark grey)) Saturday: Today

Anyone knows how to do this please? Thank you

Hi. I want to change the colour of the selected day in the TB Calendar. On my screenshot: Thursday: unselected day Friday: Selected day (colour I want to change to the same colour as the day background (dark grey)) Saturday: Today Anyone knows how to do this please? Thank you
მიმაგრებული ეკრანის სურათები

გადაწყვეტა შერჩეულია

Here is a userChrome.css:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: darkgrey !important;
}

.calendar-month-day-box-current-month[relation="today"] {
  background-color: orange !important;
}

Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (2)

შერჩეული გადაწყვეტა

Here is a userChrome.css:

.calendar-month-day-box-current-month[selected="true"] {
  background-color: darkgrey !important;
}

.calendar-month-day-box-current-month[relation="today"] {
  background-color: orange !important;
}

Help/More Troubleshooting, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colors as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Preferences/General/Config. editor, restart TB.