File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
plugins/woocommerce/client/legacy/css Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ div.woocommerce-message {
1111 position : relative ;
1212
1313 & .updated {
14- border-left-color : #7F54B3 !important ;
14+ border-left-color : var ( --wp-admin-theme-color ) !important ;
1515 }
1616}
1717
1818p .woocommerce-actions ,
1919.woocommerce-message {
2020
2121 .button-primary {
22- background : #7F54B3 ;
23- border-color : #7F54B3 ;
22+ background : var ( --wp-admin-theme-color ) ;
23+ border-color : var ( --wp-admin-theme-color ) ;
2424 box-shadow : 0 0 0 ;
2525 color : #fff ;
2626 text-shadow : none ;
2727
2828 & :hover ,
2929 & :focus ,
3030 & :active {
31- background : #674399 ;
32- border-color : #674399 ;
31+ background : var ( --wp-admin-theme-color-darker-10 ) ;
32+ border-color : var ( --wp-admin-theme-color-darker-10 ) ;
3333 box-shadow : 0 0 0 ;
3434 }
3535 }
You can’t perform that action at this time.
0 commit comments