-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from GwtMaterialDesign/release_1.5.2
Release 1.5.2
- Loading branch information
Showing
12 changed files
with
923 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99 changes: 93 additions & 6 deletions
99
src/main/resources/gwt/material/design/themes/amber/css/overridecss.amber.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,113 @@ | ||
/** Blockquote **/ | ||
blockquote { | ||
border-left: 5px solid #ffca28 !important; | ||
border-left: 5px solid #ffca28 !important; | ||
} | ||
|
||
.multiValueSuggestBox-panel:focus { | ||
border-bottom: 2px solid #ffca28 !important; | ||
border-bottom: 2px solid #ffca28 !important; | ||
} | ||
|
||
/** Image Slider **/ | ||
.slider .indicators .indicator-item.active { | ||
background-color: #ffc107; | ||
background-color: #ffc107; | ||
} | ||
|
||
/**SCROLLSPY**/ | ||
.table-of-contents a.active { | ||
border-left: 2px solid #ffc107 !important; | ||
border-left: 2px solid #ffc107 !important; | ||
} | ||
|
||
.table-of-contents a:hover { | ||
border-left: 1px solid #ffc107 !important; | ||
border-left: 1px solid #ffc107 !important; | ||
} | ||
|
||
.progress div { | ||
background-color: #ffb300; | ||
background-color: #ffb300; | ||
} | ||
|
||
/**Time Picker**/ | ||
.lolliclock-header { | ||
background: #ffc107 !important; | ||
} | ||
|
||
.lolliclock-active-button-background { | ||
background-color: #ffc107 !important; | ||
} | ||
|
||
.lolliclock-button { | ||
color: #ffc107 !important; | ||
} | ||
|
||
.lolliclock-canvas-bg { | ||
fill: rgba(255, 193, 7, 0.25) !important; | ||
} | ||
|
||
.lolliclock-canvas-fg { | ||
fill: #ffc107 !important; | ||
} | ||
|
||
.lolliclock-canvas line { | ||
stroke: rgba(255, 193, 7, 0.5) !important; | ||
} | ||
|
||
.lolliclock-tick.active, .lolliclock-tick:hover { | ||
background-color: #ffd54f !important; | ||
} | ||
|
||
/** File Uploader **/ | ||
.fileuploader .upload-label { | ||
background-color: #ffc107 !important; | ||
} | ||
|
||
.fileuploader .upload-label i { | ||
background: #fff !important; | ||
color: #ffc107 !important; | ||
} | ||
|
||
.fileuploader.active { | ||
background: #ffc107 !important; | ||
} | ||
|
||
.fileuploader.active .upload-label { | ||
color: #fff !important; | ||
} | ||
|
||
.preview-container .previews .zdrop-info .preview-icon { | ||
color: #ffc107 !important; | ||
} | ||
|
||
.preview-container .header { | ||
background-color: #ffc107 !important; | ||
} | ||
|
||
/** Window **/ | ||
.window-overlay .window .window-toolbar { | ||
background-color: #ffc107 !important; | ||
} | ||
|
||
/** Tree Item **/ | ||
.tree-item i { | ||
color: #ffc107; | ||
} | ||
|
||
/** Stepper **/ | ||
.stepper .step.success > div:first-child i, .stepper .step.success .title, .stepper .step.success .description { | ||
color: #ffc107 !important; | ||
} | ||
|
||
.stepper .step > div:first-child .circle { | ||
background: #ffc107 !important; | ||
} | ||
|
||
/** Rich Editor **/ | ||
.editorDialogs .modal .btn, .editorDialogs .modal .btn-large, .note-editor .modal .btn, .note-editor .modal .btn-large { | ||
background: #ffc107 !important; | ||
} | ||
|
||
.editorDialogs .modal .btn-large:hover, .editorDialogs .modal .btn:hover, .note-editor .modal .btn-large:hover, .note-editor .modal .btn:hover, .note-editor .modal .btn.modal-close:hover,.note-editor .modal .file-field .btn:hover, .note-editor .modal .modal-footer .note-link-btn:hover, .note-editor .modal .modal-footer .note-image-btn:hover { | ||
background: #ffc107 !important; | ||
} | ||
|
||
button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.btn.disabled:hover { | ||
background: #d8d8d7 !important; | ||
} |
99 changes: 93 additions & 6 deletions
99
src/main/resources/gwt/material/design/themes/blue/css/overridecss.blue.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,113 @@ | ||
/** Blockquote **/ | ||
blockquote { | ||
border-left: 5px solid #42A5F5 !important; | ||
border-left: 5px solid #42A5F5 !important; | ||
} | ||
|
||
.multiValueSuggestBox-panel:focus { | ||
border-bottom: 2px solid #42A5F5 !important; | ||
border-bottom: 2px solid #42A5F5 !important; | ||
} | ||
|
||
/** Image Slider **/ | ||
.slider .indicators .indicator-item.active { | ||
background-color: #2196f3; | ||
background-color: #2196f3; | ||
} | ||
|
||
/**SCROLLSPY**/ | ||
.table-of-contents a.active { | ||
border-left: 2px solid #2196f3 !important; | ||
border-left: 2px solid #2196f3 !important; | ||
} | ||
|
||
.table-of-contents a:hover { | ||
border-left: 1px solid #2196f3 !important; | ||
border-left: 1px solid #2196f3 !important; | ||
} | ||
|
||
.progress div { | ||
background-color: #1e88e5; | ||
background-color: #1e88e5; | ||
} | ||
|
||
/**Time Picker**/ | ||
.lolliclock-header { | ||
background: #2196f3 !important; | ||
} | ||
|
||
.lolliclock-active-button-background { | ||
background-color: #2196f3 !important; | ||
} | ||
|
||
.lolliclock-button { | ||
color: #2196f3 !important; | ||
} | ||
|
||
.lolliclock-canvas-bg { | ||
fill: rgba(33, 150, 243, 0.25) !important; | ||
} | ||
|
||
.lolliclock-canvas-fg { | ||
fill: #2196f3 !important; | ||
} | ||
|
||
.lolliclock-canvas line { | ||
stroke: rgba(33, 150, 243, 0.5) !important; | ||
} | ||
|
||
.lolliclock-tick.active, .lolliclock-tick:hover { | ||
background-color: #64b5f6 !important; | ||
} | ||
|
||
/** File Uploader **/ | ||
.fileuploader .upload-label { | ||
background-color: #2196f3 !important; | ||
} | ||
|
||
.fileuploader .upload-label i { | ||
background: #fff !important; | ||
color: #2196f3 !important; | ||
} | ||
|
||
.fileuploader.active { | ||
background: #2196f3 !important; | ||
} | ||
|
||
.fileuploader.active .upload-label { | ||
color: #fff !important; | ||
} | ||
|
||
.preview-container .previews .zdrop-info .preview-icon { | ||
color: #2196f3 !important; | ||
} | ||
|
||
.preview-container .header { | ||
background-color: #2196f3 !important; | ||
} | ||
|
||
/** Window **/ | ||
.window-overlay .window .window-toolbar { | ||
background-color: #2196f3 !important; | ||
} | ||
|
||
/** Tree Item **/ | ||
.tree-item i { | ||
color: #2196f3; | ||
} | ||
|
||
/** Stepper **/ | ||
.stepper .step.success > div:first-child i, .stepper .step.success .title, .stepper .step.success .description { | ||
color: #2196f3 !important; | ||
} | ||
|
||
.stepper .step > div:first-child .circle { | ||
background: #2196f3 !important; | ||
} | ||
|
||
/** Rich Editor **/ | ||
.editorDialogs .modal .btn, .editorDialogs .modal .btn-large, .note-editor .modal .btn, .note-editor .modal .btn-large { | ||
background: #2196f3 !important; | ||
} | ||
|
||
.editorDialogs .modal .btn-large:hover, .editorDialogs .modal .btn:hover, .note-editor .modal .btn-large:hover, .note-editor .modal .btn:hover, .note-editor .modal .btn.modal-close:hover,.note-editor .modal .file-field .btn:hover, .note-editor .modal .modal-footer .note-link-btn:hover, .note-editor .modal .modal-footer .note-image-btn:hover { | ||
background: #2196f3 !important; | ||
} | ||
|
||
button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.btn.disabled:hover { | ||
background: #d8d8d7 !important; | ||
} |
Oops, something went wrong.