autodoc.git
/
modref
/
style.css
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref/style.css:267:
} .navbar .sidebar.init { opacity: 0; } .navbar .sidebar a { display: block; text-decoration: none; overflow: hidden; text-overflow: ellipsis; } .sidebar a.mod-protected { color: #999; }
-
+
.sidebar .mod-private {
+
display: none !important;
+
}
.sidebar .mod-protected::before { content: ' '; display: inline-block; opacity: .4; width: 15px; height: 15px; margin-right: 5px; margin-top: -1px; vertical-align: middle; background: url(images/eye-slash.svg) 0 50% no-repeat;