Add infos to package.json; Add orange bgs; Created orange bg classes; Fix input type button width;
This commit is contained in:
BIN
dist/images/bg-orange-black.png
vendored
Normal file
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
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
19
dist/tuicss.css
vendored
@@ -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
2
dist/tuicss.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user