mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
refactoring select-list.css into 2 files
This commit is contained in:
@@ -4,33 +4,11 @@
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-left: -40%;
|
||||
background-color: #444;
|
||||
box-sizing: border-box;
|
||||
color: #eee;
|
||||
-webkit-box-shadow: 0 0 5px 5px #222;
|
||||
padding: 5px;
|
||||
z-index: 99;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select-list .editor {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.select-list ol {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.select-list li:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.select-list ol .selected {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.select-list .error {
|
||||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
24
static/select-list.css
Normal file
24
static/select-list.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.select-list {
|
||||
background-color: #444;
|
||||
color: #eee;
|
||||
-webkit-box-shadow: 0 0 5px 5px #222;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.select-list .editor {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.select-list li:hover {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.select-list ol .selected {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.select-list .error {
|
||||
padding-top: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user