Skip to content

Commit daa13c8

Browse files
committed
Fix a lot if typos in css.
1 parent 54cefe7 commit daa13c8

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

web/css/file_manager.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; b
235235
.context-menu.sort-order li { padding: 0; }
236236
.context-menu.sort-order li.last { border: none; }
237237
.context-menu.sort-order li:hover { background-color: #333; }
238-
.context-menu.sort-order span { padding: 12px 12px 12px 12px; background: ulr(/images/flat_icons.png) }
238+
.context-menu.sort-order span { padding: 12px 12px 12px 12px; background: url(/images/flat_icons.png) }
239239
.context-menu.sort-order span.up { background: url(/images/flat_icons.png) -399px -141px; padding: 12px 14px; display: inline-block; width: 16px; }
240240
.context-menu.sort-order span.name,
241241
.context-menu.sort-order span.date,

web/css/styles.min.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ input[type="checkbox"] {
683683
}
684684

685685
.l-menu__item--active {
686-
//background-color: #fff;
686+
/*background-color: #fff;*/
687687
}
688688

689689
.l-menu__item.l-menu__item--active a {
@@ -1249,7 +1249,7 @@ div.l-content > div.l-separator:nth-of-type(4) {
12491249
}
12501250
.l-sort-toolbar .vst.selected {
12511251
color: #ff6701;
1252-
// color: #92af0b;
1252+
/*color: #92af0b;*/
12531253
}
12541254

12551255

@@ -2310,7 +2310,7 @@ body.mobile .l-icon-shortcuts {
23102310
}
23112311
.timer-container .timer-button {
23122312
cursor: pointer;
2313-
text-decotation: underline;
2313+
text-decoration: underline;
23142314
margin: 7px 0 0 38px;
23152315
width: 15px;
23162316
float: left;
@@ -3066,7 +3066,7 @@ form#vstobjects.suspended {
30663066
-khtml-user-select: none;
30673067
-moz-user-select: none;
30683068
-ms-user-select: none;
3069-
user-select: none;
3069+
-user-select: none;
30703070
}
30713071

30723072
.search-input {
@@ -3091,9 +3091,11 @@ form#vstobjects.suspended {
30913091
visibility: visible;
30923092
}
30933093
.search-input:focus {
3094-
// background-color: #e8fcff;
3095-
// border-color: #75c9c2;
3096-
// color: #333;
3094+
/*
3095+
background-color: #e8fcff;
3096+
border-color: #75c9c2;
3097+
color: #333;
3098+
*/
30973099
}
30983100

30993101
.float-left {
@@ -3288,7 +3290,7 @@ form#vstobjects.suspended {
32883290

32893291
.context-helper {
32903292
text-transform: uppercase;
3291-
# text-decoration: underline;
3293+
/*text-decoration: underline;*/
32923294
color: #777;
32933295
font-size: 11px;
32943296
cursor: pointer;

0 commit comments

Comments
 (0)