diff --git a/skins/elastic/styles/colors.less b/skins/elastic/styles/colors.less index 37ed25729..7400f693c 100644 --- a/skins/elastic/styles/colors.less +++ b/skins/elastic/styles/colors.less @@ -72,7 +72,7 @@ @color-list-selected: inherit; @color-list-selected-background: tint(@color-main, 94%); @color-list-flagged: @color-error; -@color-list-deleted: @color-black-shade-border; +@color-list-deleted: lighten(@color-black, 50%); @color-list-secondary: @color-black-shade-text; @color-list-droptarget-background: #ffffcc; @color-list-focus-indicator: lighten(@color-main, 20%); diff --git a/skins/elastic/styles/widgets/toolbar.less b/skins/elastic/styles/widgets/toolbar.less index 6d87ee89a..1f49433c4 100644 --- a/skins/elastic/styles/widgets/toolbar.less +++ b/skins/elastic/styles/widgets/toolbar.less @@ -281,9 +281,14 @@ a.button { flex-grow: initial; } + .pagenav-text { text-align: left; } + + & + .navlist { + background-color: #fbfbfb; + } } }