Mr.doob
11 лет назад
Родитель
Сommit
46f091ec7e
|
|
@@ -1,4 +1,4 @@
|
|
|
-.FancySelect {
|
|
|
+.Outliner {
|
|
|
background: #222;
|
|
|
padding: 0;
|
|
|
cursor: default;
|
|
|
@@ -6,12 +6,12 @@
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
- .FancySelect .option {
|
|
|
+ .Outliner .option {
|
|
|
padding: 4px;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
- .FancySelect .option.active {
|
|
|
+ .Outliner .option.active {
|
|
|
background-color: #153C5E;
|
|
|
}
|
|
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
-.FancySelect {
|
|
|
+.Outliner {
|
|
|
background: #fff;
|
|
|
padding: 0;
|
|
|
cursor: default;
|
|
|
@@ -6,13 +6,13 @@
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
- .FancySelect .option {
|
|
|
+ .Outliner .option {
|
|
|
padding: 4px;
|
|
|
color: #666;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
- .FancySelect .option.active {
|
|
|
+ .Outliner .option.active {
|
|
|
background-color: #f8f8f8;
|
|
|
}
|
|
|
|