EasyUI Forum
May 16, 2024, 03:59:29 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to add border line on calendar?  (Read 5601 times)
aboboo
Newbie
*
Posts: 15


View Profile
« on: January 13, 2015, 05:44:46 AM »

each day have a border line.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: January 13, 2015, 08:51:18 AM »

Please try to override the '.calendar-day' CSS style.
Code:
<style type="text/css">
.calendar-day{
border: 1px solid #eee;
}
</style>
Logged
aboboo
Newbie
*
Posts: 15


View Profile
« Reply #2 on: January 13, 2015, 03:26:13 PM »

thank you!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!