upgraded to jquery 1.10 and jquery-ui 1.10, fix autocomplete js bugs, style general tags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
*= require "smoothness/jquery-ui-1.8.5.custom.css"
|
||||
*= require "smoothness/jquery-ui-1.10.3.min.css"
|
||||
*= require_self
|
||||
*= require_tree "./common"
|
||||
*= require_tree "./specific"
|
||||
|
||||
@@ -84,6 +84,14 @@ a.blacklisted-active {
|
||||
}
|
||||
}
|
||||
|
||||
.category-0 a, a.tag-type-0 {
|
||||
color: $link_color;
|
||||
|
||||
&:hover {
|
||||
color: $link_hover_color;
|
||||
}
|
||||
}
|
||||
|
||||
.category-1 a, a.tag-type-1 {
|
||||
color: #A00;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user