mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
Changing list-headers and sticky headers colors
For iOS
This commit is contained in:
@ -36,8 +36,11 @@ $list-ios-activated-background-color: #d9d9d9 !default;
|
|||||||
// iOS List header
|
// iOS List header
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
$list-ios-header-color: $text-color !default;
|
$list-ios-header-color: $text-color !default;
|
||||||
|
$item-ios-divider-bg: #151515 !default;
|
||||||
|
$item-ios-divider-color: $text-color !default;
|
||||||
|
|
||||||
ion-list-header {
|
ion-list-header {
|
||||||
background-color: $background-ios-color;
|
background-color: #151515;
|
||||||
}
|
}
|
||||||
|
|
||||||
// iOS Item
|
// iOS Item
|
||||||
|
Reference in New Issue
Block a user