Avoid duplicate html ids for the settings panel triggers
Bug: 57353 Change-Id: I144b7612639147fc96ef1506c454954d605958e9
This commit is contained in:
committed by
Nikerabbit
parent
3f4f5021f8
commit
d2522e40dc
@@ -80,15 +80,13 @@
|
||||
border-left-color: #3366BB;
|
||||
}
|
||||
|
||||
#input-settings-block.menu-section,
|
||||
#display-settings-block.menu-section {
|
||||
.settings-menu-items .menu-section {
|
||||
background-position: 6% 6px;
|
||||
padding-left: 40px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#input-settings-block.menu-section:hover,
|
||||
#display-settings-block.menu-section:hover {
|
||||
.settings-menu-items .menu-section:hover {
|
||||
background-color: #F5F5F5;
|
||||
}
|
||||
|
||||
@@ -123,4 +121,4 @@ label.checkbox input[type="checkbox"] {
|
||||
|
||||
.waiting {
|
||||
cursor: progress;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user