mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
14 lines
316 B
CSS
Executable File
14 lines
316 B
CSS
Executable File
.simplecolorpicker.glyphicons span.color[data-selected]:after {
|
|
/* Taken from glyphicon class. */
|
|
position: relative;
|
|
top: 1px;
|
|
font-family: 'Glyphicons Halflings';
|
|
line-height: .9;
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
content: '\e013'; /* Ok/check mark */
|
|
|
|
margin-right: 1px;
|
|
margin-left: 1px;
|
|
}
|