-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from GUSSAN-BEEDAN/work#11
addcolor_3rd.cssがユーザー側テーマに影響してしまう。fixed-#11
- Loading branch information
Showing
8 changed files
with
130 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
@charset "UTF-8"; | ||
/* v4.5.6時点でのadmin-third管理画面のstyle.cssおよびtoolbar.cssを対象に作成 */ | ||
/* toolbar.cssに対する上書き */ | ||
.bca-toolbar__users > ul > li.active > ul a:hover { | ||
background-color: ADMINMAIN !important; | ||
} | ||
|
||
|
||
/* style.cssに対する上書き */ | ||
/* ログイン画面 */ | ||
/* color */ | ||
.bca-login__title { | ||
color: ADMINMAIN; | ||
} | ||
.bca-login-forgot-pass a { | ||
color: ADMINMAIN; | ||
} | ||
|
||
/* linear-gradient */ | ||
.bca-btn-icon[data-bca-btn-type=login] { | ||
background-image: linear-gradient(ADMINMAIN 10%, ADMINSUB 100%); | ||
} | ||
.bca-btn-icon[data-bca-btn-type=login]:hover, .bca-btn-icon[data-bca-btn-type=login]:focus { | ||
background-image: linear-gradient(ADMINSUB 10%, ADMINSUB 100%); | ||
} | ||
.bca-btn[data-bca-btn-type=login] { | ||
background-image: linear-gradient(ADMINMAIN 10%, ADMINSUB 100%); | ||
} | ||
.bca-btn[data-bca-btn-type=login]:hover, .bca-btn[data-bca-btn-type=login]:focus { | ||
background-image: linear-gradient(ADMINSUB 10%, ADMINSUB 100%); | ||
} | ||
|
||
/* border-color */ | ||
/* box-shadow */ | ||
.bca-login-form-item .bca-textbox .bca-textbox__input:focus { | ||
border-color: ADMINMAIN; | ||
} | ||
.bca-btn:focus, .ui-dialog-buttonset button:focus, .button-small:focus { | ||
box-shadow: 0 0 4px 0px ADMINMAIN; | ||
} | ||
|
||
.bca-btn-icon[data-bca-btn-type=login] { | ||
border: 1px solid ADMINSUB; | ||
} | ||
.bca-btn-icon-text[data-bca-btn-type=login] { | ||
border: 1px solid ADMINSUB; | ||
} | ||
.bca-btn[data-bca-btn-type=login] { | ||
border: 1px solid ADMINSUB; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
View/Elements/admin/admin_make_responsive_toolbar_addcolorfiles.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<link rel="stylesheet" type="text/css" href="/admin_make_responsive/css/admin/addcolor_3rd_toolbar.css<?php echo '?' . @filemtime(APP . 'Plugin' . DS . 'AdminMakeResponsive' . DS . 'webroot' . DS . 'css' . DS . 'admin' . DS . 'addcolor_3rd_toolbar.css'); ?>"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
@charset "UTF-8"; | ||
/* v4.5.6時点でのadmin-third管理画面のstyle.cssおよびtoolbar.cssを対象に作成 */ | ||
/* toolbar.cssに対する上書き */ | ||
.bca-toolbar__users > ul > li.active > ul a:hover { | ||
} | ||
|
||
|
||
/* style.cssに対する上書き */ | ||
/* ログイン画面 */ | ||
/* color */ | ||
.bca-login__title { | ||
} | ||
.bca-login-forgot-pass a { | ||
} | ||
|
||
/* linear-gradient */ | ||
.bca-btn-icon[data-bca-btn-type=login] { | ||
} | ||
.bca-btn-icon[data-bca-btn-type=login]:hover, .bca-btn-icon[data-bca-btn-type=login]:focus { | ||
} | ||
.bca-btn[data-bca-btn-type=login] { | ||
} | ||
.bca-btn[data-bca-btn-type=login]:hover, .bca-btn[data-bca-btn-type=login]:focus { | ||
} | ||
|
||
/* border-color */ | ||
/* box-shadow */ | ||
.bca-login-form-item .bca-textbox .bca-textbox__input:focus { | ||
} | ||
.bca-btn:focus, .ui-dialog-buttonset button:focus, .button-small:focus { | ||
} | ||
|
||
.bca-btn-icon[data-bca-btn-type=login] { | ||
} | ||
.bca-btn-icon-text[data-bca-btn-type=login] { | ||
} | ||
.bca-btn[data-bca-btn-type=login] { | ||
} |