Skip to content

Instantly share code, notes, and snippets.

@mt3o
Created October 23, 2013 09:45
Show Gist options
  • Save mt3o/7115640 to your computer and use it in GitHub Desktop.
Save mt3o/7115640 to your computer and use it in GitHub Desktop.
Podświetlanie wierszy i kolumn w bootstrap 2.3
.row, [class*=span]{
background: rgba(0,0,0,0.1);
outline: 1px solid rgba(0,0,0,0.1);
padding-top: 5px;
padding-bottom: 5px;
}
.row:hover, [class*=span]:hover{
outline: 1px solid rgba(0,0,0,0.3);
background: rgba(0,0,0,0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment