Skip to content

Commit

Permalink
Merge pull request #15 from GUSSAN-BEEDAN/develop
Browse files Browse the repository at this point in the history
baserCMS4.6.1対応 fixed-#11
  • Loading branch information
GUSSAN-BEEDAN authored Jul 1, 2022
2 parents 653c109 + 53d12cd commit d74328b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 17 additions & 1 deletion webroot/css/admin/addstyle_3rd_toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,24 @@ body {
line-height: initial;
padding: 0px;
}
.bca-toolbar__tools-button-add a::before,
.bca-toolbar__tools-add a::before {
background-image: url(../../img/admin/icon/plus-circle-solid.svg) !important;
width: 20px !important;
height: 20px !important;
background-position: center;
background-size: 50%;
background-color: #fff !important;
border-radius: 50%;
background-repeat: no-repeat;
vertical-align: middle;
line-height: initial;
padding: 0px;
}
.bca-toolbar__tools-button-edit a:hover::before,
.bca-toolbar__tools-edit a:hover::before {
.bca-toolbar__tools-button-add a:hover::before,
.bca-toolbar__tools-edit a:hover::before,
.bca-toolbar__tools-add a:hover::before {
background-color: #ccc !important;
transition: all 0.5s ease;
}
Expand Down
1 change: 1 addition & 0 deletions webroot/img/admin/icon/plus-circle-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d74328b

Please sign in to comment.