forked from devicons/devicon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui enhancements for color picker and report abuse (devicons#972, devi…
- Loading branch information
Showing
2 changed files
with
19 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,16 +67,16 @@ <h4> | |
<span> | ||
<img src="./assets/img/color_wheel.png" class='colorPicker' ng-click="toggleColorPickerMenu('fontColorPickerMenu')"> | ||
<span class='colorPickerMenu' id='fontColorPickerMenu'> | ||
<div class='colorPickerMenuCloseBtn'><span ng-click="toggleColorPickerMenu('fontColorPickerMenu')">X</span></div> | ||
<div> | ||
<input type='color' value='#60be86' ng-model="fontBackground"> | ||
Background Color | ||
</div> | ||
<div> | ||
<input type='checkbox' class='checkerboardInput' ng-model="fontDisplayCheckerboard"> | ||
<label for='checkboardInput' >Checkerboard</label> | ||
<input type='checkbox' id='checkboardInputFont' class='checkerboardInput' ng-model="fontDisplayCheckerboard"> | ||
<label for='checkboardInputFont' >Checkerboard</label> | ||
</div> | ||
<button class='colorPickerResetBtn' ng-click="fontBackground = DEFAULT_BACKGROUND">Reset</button> | ||
<button class='colorPickerBtn' ng-click="toggleColorPickerMenu('fontColorPickerMenu')">Close</button> | ||
<button class='colorPickerBtn' ng-click="fontBackground = DEFAULT_BACKGROUND; fontDisplayCheckerboard=0; toggleColorPickerMenu('fontColorPickerMenu')">Reset</button> | ||
</span> | ||
</span> | ||
</h4> | ||
|
@@ -121,16 +121,16 @@ <h4> | |
<span> | ||
<img src="./assets/img/color_wheel.png" class='colorPicker' ng-click="toggleColorPickerMenu('svgColorPickerMenu')"> | ||
<span class='colorPickerMenu' id='svgColorPickerMenu'> | ||
<div class='colorPickerMenuCloseBtn'><span ng-click="toggleColorPickerMenu('svgColorPickerMenu')">X</span></div> | ||
<div> | ||
<input type='color' value='#60be86' ng-model="svgBackground"> | ||
Background Color | ||
</div> | ||
<div> | ||
<input type='checkbox' class='checkerboardInput' ng-model="svgDisplayCheckerboard"> | ||
<label for='checkboardInput' >Checkerboard</label> | ||
<input type='checkbox' id='checkboardInputSvg' class='checkerboardInput' ng-model="svgDisplayCheckerboard"> | ||
<label for='checkboardInputSvg' >Checkerboard</label> | ||
</div> | ||
<button class='colorPickerResetBtn' ng-click="svgBackground = DEFAULT_BACKGROUND">Reset</button> | ||
<button class='colorPickerBtn' ng-click="toggleColorPickerMenu('svgColorPickerMenu')">Close</button> | ||
<button class='colorPickerBtn' ng-click="svgBackground = DEFAULT_BACKGROUND; svgDisplayCheckerboard=0; toggleColorPickerMenu('svgColorPickerMenu')">Reset</button> | ||
</span> | ||
</span> | ||
</h4> | ||
|
@@ -186,7 +186,7 @@ <h5>If you prefer a local install, you can download all the files on the GitHub | |
</p> | ||
|
||
<h3>Contact</h3> | ||
<h5>If you have any legal concerns regarding copyrights, please reach out to us at <b><a>[email protected]</a></b>. Any code/logo contributions should be made through our GitHub repository listed above.</h5> | ||
<h5>If you have any legal concerns regarding copyrights or want to report an abuse, please reach out to us at <b><a href="mailto:[email protected]">[email protected]</a></b>. Any code/logo contributions should be made through our GitHub repository listed above.</h5> | ||
|
||
<footer> | ||
Originally created by <a href="https://github.com/konpa">Konpa</a> (under <a href="https://github.com/devicons/devicon/blob/master/LICENSE">MIT License</a>) and <br /> | ||
|