Skip to content

Instantly share code, notes, and snippets.

@jaredmcateer
Created June 1, 2012 16:07
Show Gist options
  • Save jaredmcateer/2853227 to your computer and use it in GitHub Desktop.
Save jaredmcateer/2853227 to your computer and use it in GitHub Desktop.
Rally Userstyle Mozilla
@-moz-document domain("rally1.rallydev.com") {
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
font-family: "Droid Sans", "Ubuntu", sans-serif;
}
#notesEditorContainer {
height: 830px;
}
.nav-tab, .nav-tab-active, .tab {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
#notesEditorContent {
height: 800px !important;
}
#notesEditorContainer .x-resizable-handle {
display: none !important;
}
#header {
background-color: #141414;
background-image: none;
}
#project_nav_label,
.simple-picker .sp-picker {
border: 1px solid #141414;
}
#project_nav_label.selectable:hover {
border: 1px solid #333;
}
#project_scope_down {
display:none;
}
#header #header_bottom #search_bar{
background-color: #141414;
}
#header #anchored #modes_and_icon #modes {
background-color: #666;
}
#header #anchored #modes_and_icon {
background-image: none;
padding-right: 5px;
}
#project_nav {
background-color: #fff;
border: 1px solid #666;
}
.x-portlet .x-panel-tc {
background-color: #e3e3e3 !important;
color: #666;
}
.nav-menu .menu-pane, .nav-menu-active .menu-pane, .nav-menu-empty .menu-pane, .nav-menu-empty-active .menu-pane {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
background-color: white;
border-color: #666;
}
.nav-menu .tab, .nav-menu-active .tab, .nav-menu-empty .tab, .nav-menu-empty-active .tab {
background-color: white;
border-color: #666;
}
.cardboard .card {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: 0px 0px 10px #bbb;
}
.cardboard .card.blocked {
border: 1px solid #c6c6c6;
box-shadow: 0px 0px 10px #f33;
}
.cardboard .columnContent .agedCard {
font-size: 80%;
text-align: right;
}
.cardboard .cardContent {
background-color: #fff;
font-size: 8pt;
}
​
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment