many improvements for redmine backlogs:

- custom CSS for jquery-ui and jquery.qtip
- restyled tooltips
- better dropdown behavior
This commit is contained in:
mrliptontea
2015-03-01 13:33:16 +01:00
parent 130e474efc
commit 937e79a1a8
13 changed files with 1575 additions and 178 deletions

View File

@@ -39,6 +39,10 @@
color: $header-text;
font-weight: bold;
a {
color: $header-text;
}
a,
button {
&.ui-state-default {
@@ -112,6 +116,10 @@
background: $component-active-bg;
color: $component-active-color;
font-weight: normal;
.ui-icon {
background-image: url("/stylesheets/jquery/images/ui-icons_ffffff_256x240.png");
}
}
.ui-state-active a,