Loading lib/jsduck/web/member_icons.rb +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ module JsDuck css = [] members_with_icons.each do |m| name = m[:name] rule = ".icon-#{name} { background: url(member-icons/#{name}.png) no-repeat; }" rule = ".icon-#{name} { background-image: url(member-icons/#{name}.png); background-repeat: no-repeat; }" css << "#search-dropdown #{rule}" css << ".members .members-section #{rule}" css << ".members .comments-section #{rule}" Loading template/resources/sass/_toolbar.scss +6 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,14 @@ border-radius: 2px; border-color: #e4e4e4; padding: 5px; // ExtJS styles hide the border using !important. // So to override it we need to use !important too. border-width: 1px !important; } border-width: 1px !important; // move the icons up a bit .hover-menu-button { background-position: 0 -1px; } } // The reset (X) button in filter-class-members text box Loading Loading
lib/jsduck/web/member_icons.rb +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ module JsDuck css = [] members_with_icons.each do |m| name = m[:name] rule = ".icon-#{name} { background: url(member-icons/#{name}.png) no-repeat; }" rule = ".icon-#{name} { background-image: url(member-icons/#{name}.png); background-repeat: no-repeat; }" css << "#search-dropdown #{rule}" css << ".members .members-section #{rule}" css << ".members .comments-section #{rule}" Loading
template/resources/sass/_toolbar.scss +6 −1 Original line number Diff line number Diff line Loading @@ -5,9 +5,14 @@ border-radius: 2px; border-color: #e4e4e4; padding: 5px; // ExtJS styles hide the border using !important. // So to override it we need to use !important too. border-width: 1px !important; } border-width: 1px !important; // move the icons up a bit .hover-menu-button { background-position: 0 -1px; } } // The reset (X) button in filter-class-members text box Loading