Project

General

Profile

« Previous | Next » 

Revision 50036

Removed the hovering from the badges

View differences:

modules/uoa-repository-manager-gui/trunk/src/main/webapp/RepositoryManager.css
1259 1259
  border-color: #ffeeba;
1260 1260
}
1261 1261

  
1262
.uk-badge-warning:hover, .uk-badge-warning:focus {
1263
  color: #856404;
1264
}
1265

  
1262 1266
.uk-badge-danger {
1263 1267
  color: #721c24;
1264 1268
  background-color: #f8d7da;
1265 1269
  border-color: #f5c6cb;
1266 1270
}
1267 1271

  
1272
.uk-badge-danger:hover, .uk-badge-danger:focus {
1273
  color: #721c24;
1274
}
1275

  
1268 1276
.uk-badge-success {
1269 1277
  color: #155724;
1270 1278
  background-color: #d4edda;
1271 1279
  border-color: #c3e6cb;
1272 1280
}
1273 1281

  
1282
.uk-badge-success:hover, .uk-badge-success:focus {
1283
  color: #155724;
1284
}
1285

  
1274 1286
/********************************/
1275 1287

  
1276 1288

  

Also available in: Unified diff