There was an error while loading. Please reload this page.
1 parent 9fc5d6c commit 94d02dfCopy full SHA for 94d02df
1 file changed
docs/themes/index.html
@@ -42,6 +42,21 @@
42
border-radius: 0 0 4px 4px;
43
box-shadow: 0 -1px #aaa;
44
}
45
+ input[type="color"] {
46
+ width: 750px;
47
+ height: 40px;
48
+ position: relative;
49
+ }
50
+ input[type="color"]::after {
51
+ content: "Choose a color";
52
+ text-align: center;
53
+ width: 100%;
54
+ position: absolute;
55
+ top: 10px;
56
+ font-size: 16px;
57
+ color: #FCFCFC;
58
+ text-shadow: 0 0 1px #CCC;
59
60
</style>
61
</head>
62
<body>
0 commit comments