Add infos to package.json; Add orange bgs; Created orange bg classes; Fix input type button width;
This commit is contained in:
@@ -14,4 +14,7 @@
|
||||
.tui-bg-purple-black { background-image: url('./images/bg-purple-black.png'); background-repeat: repeat; }
|
||||
|
||||
.tui-bg-yellow-white { background-image: url('./images/bg-yellow-white.png'); background-repeat: repeat; }
|
||||
.tui-bg-yellow-black { background-image: url('./images/bg-yellow-black.png'); background-repeat: repeat; }
|
||||
.tui-bg-yellow-black { 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; }
|
||||
@@ -1,15 +1,15 @@
|
||||
.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;
|
||||
}
|
||||
@@ -19,4 +19,7 @@
|
||||
}
|
||||
.tui-button:focus {
|
||||
color: rgb(0, 255, 255)!important;
|
||||
}
|
||||
input[type=button] {
|
||||
width: initial;
|
||||
}
|
||||
BIN
src/images/bg-orange-black.png
Normal file
BIN
src/images/bg-orange-black.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 168 B |
BIN
src/images/bg-orange-white.png
Normal file
BIN
src/images/bg-orange-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 165 B |
Reference in New Issue
Block a user