File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
app/design/adminhtml/Magento/backend
Magento_Backend/web/css/source Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 121121 }
122122
123123 .mage-suggest-selected > a {
124- color : #000 ;
124+ color : @color-black ;
125125 background : #F1FFEB ;
126126 }
127127 }
Original file line number Diff line number Diff line change 487487 }
488488
489489 .notification-entry-dialog .action-close :hover {
490- color : #000 ;
491- border-bottom-color : #000 ;
490+ color : @color-black ;
491+ border-bottom-color : @color-black ;
492492 filter : none ;
493493 }
494494
37983798 }
37993799
38003800 .rule-param .label {
3801- color : #000 ;
3801+ color : @color-black ;
38023802 float : none ;
38033803 text-align : left ;
38043804 padding : 0 ;
52295229@media print {
52305230 * {
52315231 background : transparent !important ;
5232- color : #000 !important ;
5232+ color : @color-black !important ;
52335233 box-shadow : none !important ;
52345234 text-shadow : none !important ;
52355235 filter : none !important ;
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ button {
4848 & .example-button-3 {
4949 .lib-button-s ();
5050 border-radius : 0 ;
51- color : #000 ;
51+ color : @color-black ;
5252 & :hover ,
5353 & .active {
54- color : #000 ;
54+ color : @color-black ;
5555 }
5656 }
5757}
Original file line number Diff line number Diff line change 176176// ```
177177//
178178
179- @message-custom__color : #000 ;
179+ @message-custom__color : @color-black ;
180180@message-custom__background : #fc0 ;
181181@message-custom__border-color : orange ;
182182
185185@message-custom-link__color-active : darken (@message-custom-link__color , 30% );
186186
187187@message-custom-icon : @icon-settings ;
188- @message-custom-icon__color-lateral : #000 ;
188+ @message-custom-icon__color-lateral : @color-black ;
189189@message-custom-icon__background : #green ;
190190@message-custom-icon__top : 15px ;
191191@message-custom-icon__right : false;
Original file line number Diff line number Diff line change 12531253 .lib-table ();
12541254 .lib-table-striped (
12551255 @_stripped-background-color : #ffc ,
1256- @_stripped-color : #000 ,
1256+ @_stripped-color : @color-black ,
12571257 @_stripped-direction : horizontal ,
12581258 @_stripped-highlight : even
12591259 );
Original file line number Diff line number Diff line change 185185
186186 mark {
187187 background : #ff0 ;
188- color : #000 ;
188+ color : @color-black ;
189189 }
190190
191191 small {
465465
466466 ins {
467467 background-color : #ff9 ;
468- color : #000 ;
468+ color : @color-black ;
469469 text-decoration : none ;
470470 }
471471
472472 mark {
473473 background-color : #ff9 ;
474- color : #000 ;
474+ color : @color-black ;
475475 font-style : italic ;
476476 font-weight : bold ;
477477 }
You can’t perform that action at this time.
0 commit comments