Fixed nemo desktop icons. Fixes #138

pull/144/head
Satyajit Sahoo 2014-06-07 20:45:46 +05:30
parent ab2717e7c0
commit e5bf1a4133
1 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,29 @@
/*****************
* desktop icons *
*****************/
.nemo-canvas-item {
border-radius: 2px;
}
.nemo-desktop.nemo-canvas-item {
color: white;
text-shadow: 1px 1px black;
}
.nemo-desktop.nemo-canvas-item:active {
color: @theme_fg_color;
}
.nemo-desktop.nemo-canvas-item:selected {
color: @theme_selected_fg_color;
}
.nemo-desktop.nemo-canvas-item:active,
.nemo-desktop.nemo-canvas-item:prelight,
.nemo-desktop.nemo-canvas-item:selected {
text-shadow: none;
}
/***********************
* pathbar breadcrumbs *
***********************/