Skip to content

Commit

Permalink
Fix #225: Enhance column selector dropdown styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 11, 2018
1 parent 6e2e1dd commit db53a71
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Change Log: `yii2-export`

## version 1.3.3

**Date:** _under development_
**Date:** 11-Oct-2018

- (enh #269): Correct styles for BS4.
- (enh #268): Enhance export columns visibility.
- (enh #267): Configurable export menu form parameters.
- (enh #266): Enhancements to export form functionality.
- (enh #225): Enhance column selector dropdown styling.

## version 1.3.2

Expand Down
6 changes: 6 additions & 0 deletions src/assets/css/kv-export-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/

.dropdown-menu.kv-checkbox-list {
max-height: 350px;
overflow: auto;
}

.kv-checkbox-list .checkbox {
padding: 0 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/kv-export-columns.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
* Copyright: 2015, Kartik Visweswaran, Krajee.com
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/.kv-checkbox-list .checkbox{padding:0 20px}.kv-checkbox-list label{width:100%}.kv-checkbox-list label.disabled{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}.kv-toggle-all{font-style:italic;color:#337ab7}.kv-toggle-all:hover{color:#286090}
*/.dropdown-menu.kv-checkbox-list{max-height:350px;overflow:auto}.kv-checkbox-list .checkbox{padding:0 20px}.kv-checkbox-list label{width:100%}.kv-checkbox-list label.disabled{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65}.kv-toggle-all{font-style:italic;color:#337ab7}.kv-toggle-all:hover{color:#286090}

0 comments on commit db53a71

Please sign in to comment.