Minor style changes.
This commit is contained in:
parent
3814558ca1
commit
796e508635
4 changed files with 4 additions and 5 deletions
|
@ -12,8 +12,7 @@
|
|||
padding: 8px;
|
||||
width: 164px;
|
||||
height: 24px;
|
||||
border: 2px solid rgba(0,0,0,0);
|
||||
.border-radius(5px);
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: #e8e8e8;
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
padding: 8px;
|
||||
width: 100px;
|
||||
height: 120px;
|
||||
border: 2px solid rgba(0,0,0,0);
|
||||
.border-radius(5px);
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
|
||||
&:hover, &.hover {
|
||||
border-color: #e8e8e8;
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
&.selected:not(.selecting), &.selecting:not(.selected) {
|
||||
|
||||
a, a:active, a:visited {
|
||||
color: #000;
|
||||
border-color: rgba(240,100,0,0.2);
|
||||
background-color: rgba(240,100,0,0.2);
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ Options
|
|||
- ignore [php only]: don't list items matching these regular expressions
|
||||
*/
|
||||
"view": {
|
||||
"modes": ["details", "icons"],
|
||||
"modes": ["details", "icons", "grid", "list"],
|
||||
"setParentFolderLabels": true,
|
||||
"binaryPrefix": false,
|
||||
"indexFiles": ["index.html", "index.htm", "index.php"],
|
||||
|
|
Loading…
Add table
Reference in a new issue