Created
September 22, 2016 22:15
-
-
Save bolenton/b8ed4f166ca4919ae85bf29aaa36509e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#view-calendar ul > li.k-current-view { display: none; } | |
#view-calendar .k-scheduler-views li:nth-child(2) { | |
border-top-left-radius: 4px; | |
border-bottom-left-radius: 4px; | |
border-style: solid; | |
border-width: 1px 1px 1px 1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment