Add infos to package.json; Add orange bgs; Created orange bg classes; Fix input type button width;

This commit is contained in:
vinibiavatti
2019-09-08 15:30:04 -03:00
parent b6df894344
commit eb2e19f6c5
12 changed files with 51 additions and 788 deletions

BIN
dist/images/bg-orange-black.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

BIN
dist/images/bg-orange-white.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

19
dist/tuicss.css vendored
View File

@@ -625,6 +625,9 @@ input, select, textarea {
.tui-button:focus {
color: cyan !important; }
input[type=button] {
width: initial; }
/* Font (Options: 'Lucida Console' or 'DOS') */
/* Characters */
/* Theme */
@@ -1183,17 +1186,25 @@ input, select, textarea {
background-image: url("./images/bg-yellow-black.png");
background-repeat: repeat; }
.tui-bg-orange-white {
background-image: url("./images/bg-orange-white.png");
background-repeat: repeat; }
.tui-bg-orange-black {
background-image: url("./images/bg-orange-black.png");
background-repeat: repeat; }
.tui-border-solid {
border: 2px solid; }
border: 2px solid !important; }
.tui-border-dashed {
border: 2px dashed; }
border: 2px dashed !important; }
.tui-border-dotted {
border: 2px dotted; }
border: 2px dotted !important; }
.tui-border-double {
border: 2px double; }
border: 6px double !important; }
/* Font (Options: 'Lucida Console' or 'DOS') */
/* Characters */

2
dist/tuicss.min.css vendored

File diff suppressed because one or more lines are too long