mirror of
https://gh.wpcy.net/https://github.com/YahnisElsts/plugin-update-checker.git
synced 2026-05-05 09:12:24 +08:00
19 lines
No EOL
256 B
CSS
19 lines
No EOL
256 B
CSS
.puc-debug-bar-panel pre {
|
|
margin-top: 0;
|
|
}
|
|
|
|
table.puc-debug-data th {
|
|
width: 11em;
|
|
}
|
|
|
|
.puc-ajax-response {
|
|
border: 1px solid #dfdfdf;
|
|
border-radius: 3px;
|
|
padding: 0.5em;
|
|
margin: 5px 0;
|
|
background-color: white;
|
|
}
|
|
|
|
.puc-ajax-nonce {
|
|
display: none;
|
|
} |