Last active
February 13, 2017 16:59
-
-
Save josecanciani/055075bd1f7c9742cef9ca0040b24c40 to your computer and use it in GitHub Desktop.
TEG User Style
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document regexp('https://[a-z]+\\.avature\\.net/.*') { | |
.crmui_SidebarItem{ | |
white-space: pre-line; | |
} | |
.SmallSidebarItems .crmui_SidebarItem { | |
padding: 2px 6px; | |
font-size: 11px; | |
} | |
.crmui_SidebarItem .crmui_SidebarItem_infoContainer { | |
max-width: 100%; | |
} | |
.crmui_SidebarMenu_TabsWrapper .crmui_SidebarItem_labelText { | |
max-width: 140px; | |
} | |
.crmui_SidebarItem .crmui_SidebarItem_iconHolder { | |
margin-right: 6px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment