Removed extraneous icons
Font Awesomed AddSeries Font Awesomed gritter
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 803 B |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 743 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 534 B |
Before Width: | Height: | Size: 800 B |
Before Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 314 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 570 B |
|
@ -193,6 +193,19 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
|||
width: auto;
|
||||
}
|
||||
|
||||
.delete-root {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.delete-root:before {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.delete-root:hover {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
/* Local Series Search */
|
||||
#localSeriesLookup
|
||||
{
|
||||
width: 220px;
|
||||
|
|
|
@ -72,6 +72,16 @@
|
|||
border-color: rgb(212, 44, 44);
|
||||
}
|
||||
|
||||
.gritter-success .gritter-icon
|
||||
{
|
||||
color: rgb(100, 135, 46);
|
||||
}
|
||||
|
||||
.gritter-fail .gritter-icon
|
||||
{
|
||||
color: rgb(212, 44, 44);
|
||||
}
|
||||
|
||||
.hover .gritter-item
|
||||
{
|
||||
background-position: right -40px;
|
||||
|
@ -116,3 +126,9 @@
|
|||
width: 220px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.gritter-icon {
|
||||
font-size: 50px;
|
||||
float: left;
|
||||
line-height: 35px;
|
||||
}
|