Subversion Repositories VORC

Rev

Rev 40 | Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 40 Rev 57
Line 337... Line 337...
337
 
337
 
338
.filters {
338
.filters {
339
	background-color: var(--medium-color);
339
	background-color: var(--medium-color);
Line -... Line 340...
-
 
340
}
-
 
341
 
-
 
342
.tooltip-wrap {
-
 
343
  position: relative;
-
 
344
}
-
 
345
.tooltip-wrap .tooltip-content {
-
 
346
  display: none;
-
 
347
  position: absolute;
-
 
348
  bottom: 5%;
-
 
349
  left: 5%;
-
 
350
  right: 5%;
-
 
351
  border-radius: 5px;
-
 
352
  background-color: #d3d3d3;
-
 
353
  padding: .5em;
-
 
354
  min-width: 10rem;
-
 
355
	font-size: small;
-
 
356
	font-style: italic;
-
 
357
	color: black;
-
 
358
}
-
 
359
.tooltip-wrap:hover .tooltip-content {
-
 
360
  display: block;
340
}
361
}
341
 
362
 
342
table {
363
table {
343
	padding: 0;
364
	padding: 0;
344
	border: 0;
365
	border: 0;