Changed hover css to only be used when the create button is clickable

pull/6827/head
Sebastian Schuster 12 years ago
parent f4be81d600
commit abb4b0f055
  1. 2
      app/assets/stylesheets/backlogs/taskboard.css

@ -91,7 +91,7 @@ See RB.Taskboard.initialize()
vertical-align:middle;
width:30px;
}
#rb .board .add_new:hover {
#rb .board .add_new.clickable:hover {
cursor:pointer;
background-color:#ffffcc;
}

Loading…
Cancel
Save