repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Supervised user whitelists: Cleanup
[chromium-blink-merge.git]
/
ui
/
webui
/
resources
/
cr_elements
/
cr_collapse
/
cr_collapse.css
blob
2585b3faf0ecda54cec882da4049426665ac8122
1
/* Copyright 2015 The Chromium Authors. All rights reserved.
2
* Use of this source code is governed by a BSD-style license that can be
3
* found in the LICENSE file. */
4
5
:
host
{
6
display
:
block
;
7
}
8
9
:
host
(.
cr-collapse-closed
) {
10
display
:
none
;
11
}