- fixed upgrade process for big DB data;

- small fixes for notices;
This commit is contained in:
nikitozzzzzzz
2018-03-25 19:14:42 +03:00
parent 2ce33098b5
commit f5788e2c45
22 changed files with 2561 additions and 1699 deletions
+17 -17
View File
@@ -144,39 +144,39 @@ a.um-delete{ color: #a00; }
/*Tooltip*/
.ui-tooltip.um_tooltip {
padding: 8px;
color: #eeeeee;
background-color: #333;
position: absolute;
z-index: 1000000;
max-width: 300px;
font-size: 12px;
border-radius: 5px;
padding: 8px;
color: #eeeeee !important;
background-color: #333 !important;
position: absolute;
z-index: 1000000;
max-width: 300px;
font-size: 12px;
border-radius: 5px;
border: none !important;
text-shadow: none !important;
}
.um_tooltip.dashicons,
.um_tooltip.dashicons:before {
height:22px;
height:22px;
}
.um_tooltip.dashicons-editor-help::before {
float: left;
font-size: 20px;
line-height: 20px;
color: #333 !important;
float: left;
font-size: 20px;
line-height: 20px;
color: #333 !important;
}
.um_tooltip {
cursor: pointer;
vertical-align: middle;
cursor: pointer;
vertical-align: middle;
}
.um_tooltip:hover {
opacity: 1;
opacity: 1;
}
.um_tooltip:hover:before {
opacity: 0.8;
opacity: 0.8;
}