prettier button for redmine_codebutton plugin

This commit is contained in:
mrliptontea
2015-03-16 10:03:07 +01:00
parent d78c2fccc6
commit 8f94175851
3 changed files with 31 additions and 1 deletions

View File

@@ -133,6 +133,14 @@
&:before { content: $fa-var-scissors; }
}
// For plugin https://github.com/mediatainment/redmine_codebutton
.jstb_codehighlight {
@extend %jstb-icon;
color: $brand-danger;
&:before { content: $fa-var-code; }
}
button.jstb_help {
@extend %jstb-icon;
color: $link-color;

View File

@@ -1,5 +1,7 @@
//
// Redmine Backlogs
// https://github.com/HolonGlobe/redmine_backlogs
// Forked from: https://github.com/backlogs/redmine_backlogs
// --------------------------------------------------
#backlogs_view_issues_sidebar {
@@ -32,6 +34,7 @@
//
// Redmine Time Tracker
// https://github.com/fernandokosh/redmine_time_tracker
// --------------------------------------------------
@if $use-font-awesome {
@@ -74,6 +77,7 @@
//
// Redmine CRM People
// http://www.redminecrm.com/projects/people/
// --------------------------------------------------
#content {
@@ -195,3 +199,21 @@
}
}
}
//
// Redmine codebutton
// https://github.com/mediatainment/redmine_codebutton
// --------------------------------------------------
#toolbar-code-options {
select {
width: 100%;
}
.buttons {
> input {
margin-left: .5em;
}
}
}

File diff suppressed because one or more lines are too long