Commit 596dff10 by Иван Кубота

css

parent b88d6d32
......@@ -79,6 +79,29 @@
.DEBUG_MODE .color_results_width.debug {
display: block;
}
.DEBUG_MODE .color_results_width.debug {
display: block;
}
.DEBUG_MODE .color-preview {
color: #006;
text-shadow: #bd8d8d 0px 1px 0px;
font-size: 11px;
padding: 8px 0 0 8px;
}
.DEBUG_MODE #chosen_img {
visibility: hidden !important;
}
.DEBUG_MODE #detection {
visibility: visible !important;
}
.DEBUG_MODE #overlay {
visibility: visible !important;
}
.DEBUG_MODE .color_results_holder {
flex-flow: wrap;
}
</style>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment