14 lines
248 B
CSS
Executable file
14 lines
248 B
CSS
Executable file
.private_wiki_flag {
|
|
background: #D22;
|
|
color: white;
|
|
padding: 2px 2px 2px 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.icon-setprivate{
|
|
background-image: url(../images/hide.png);
|
|
}
|
|
|
|
.icon-setpublic{
|
|
background-image: url(../images/reveal.png);
|
|
}
|