Fixed some stuff

pull/145/head
Satyajit Sahoo 2014-02-22 15:30:24 +05:30
parent 49c8cf1a35
commit e236632618
2 changed files with 4 additions and 1 deletions

View File

@ -109,7 +109,7 @@
padding: 3px 5px;
border-width: 1px;
border-style: solid;
border-color: shade(@lightdm_bg_color, 0.7);
border-color: shade(@lightdm_bg_color, 0.8);
border-radius: 2px;
background-color: shade(@lightdm_bg_color, 0.9);
background-image: none;
@ -121,6 +121,8 @@
#login_window .entry:focus,
#login_window .entry:hover {
border-color: shade(@lightdm_bg_color, 0.7);
box-shadow: inset 1px 0 alpha(@dark_shadow, 0.10),
inset 0 1px alpha(@dark_shadow, 0.12),
inset -1px 0 alpha(@dark_shadow, 0.10),

View File

@ -1236,6 +1236,7 @@ GtkModelButton.button:selected {
}
.notebook tab.left {
border-right-width: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}