Minor style changes.

This commit is contained in:
Lars Jung 2012-10-19 19:12:45 +02:00
parent 3814558ca1
commit 796e508635
4 changed files with 4 additions and 5 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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);

View file

@ -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"],