modified file upgrade-temp-backup
This commit is contained in:
@ -0,0 +1,65 @@
|
||||
.wp-piwik-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-piwik-help-list {
|
||||
list-style-type: disc;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.wp-piwik-input-row label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.wp-piwik-input-row input[type=text], .wp-piwik-input-row input:not([type]) {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.wp-piwik-input-row p {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
table.wp-piwik-table th.right, td.right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table.wp-piwik-table tr:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
table.wp-piwik-table tbody.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#wp-piwik_stats_vistors_graph {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wp-piwik_dynbar canvas {
|
||||
padding-top: 5px !important
|
||||
}
|
||||
|
||||
table.wp-piwik_menu-tab th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
div.wp-piwik-debug {
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
tr.wp-piwik-hideDetails {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input.wp-piwik-wide {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.wp-matomo-inline-notice {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.wp-matomo-inline-notice.wp-matomo-warning {
|
||||
background-color: rgba(255, 165, 0, 0.2);
|
||||
}
|
||||
Reference in New Issue
Block a user