Skip to content

Commit

Permalink
Merge branch 'preview' of https://github.com/mirai-mamori/Sakurairo i…
Browse files Browse the repository at this point in the history
…nto preview
  • Loading branch information
KotoriK committed Aug 26, 2021
2 parents d958058 + 4061679 commit c1a3e5b
Show file tree
Hide file tree
Showing 10 changed files with 593 additions and 659 deletions.
45 changes: 0 additions & 45 deletions inc/admin_addcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,50 +131,5 @@
transition: max-height .6s;
display: block !important;
}
.wp-core-ui .attachment-preview,.media-frame.mode-grid .media-toolbar,
.comment-ays, .feature-filter, .imgedit-group, .popular-tags, .stuffbox, .widgets-holder-wrap, .wp-editor-container, p.popular-tags, table.widefat,
.drag-drop #drag-drop-area,
.welcome-panel,
.plugin-card:nth-child(3n+1),.plugin-card:nth-child(odd),.plugin-card:nth-child(even),
.plugin-install-php .wp-filter,
.card,
.postbox{
border-radius: 10px;
}
.plugins .inactive th.check-column, .plugins tfoot td.check-column, .plugins thead td.check-column {
padding-left: 1px;
border-radius: 10px;
}
.plugins .column-auto-updates {
border-radius: 0 10px 10px 0;
}
.wrap .wp-heading-inline+.page-title-action{
border-radius: 4px;
}

.plugin-card-bottom,
#major-publishing-actions,
#screen-meta {
border-radius: 0 0 10px 10px;
}
#adminmenu .wp-submenu{
border-radius: 0 10px 10px 10px;
}

::-webkit-scrollbar {
/*滚动条整体样式*/
width : 6px; /*高宽分别对应横竖滚动条的尺寸*/
height: 1px;
}
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
background : #ededed;
}

</style>
Binary file modified opt/languages/ja_JP.mo
Binary file not shown.
Loading

0 comments on commit c1a3e5b

Please sign in to comment.