A few bug fixes

This commit is contained in:
Sam Hewitt 2015-04-29 15:25:15 -04:00
parent 17842bb8c4
commit 3056af07f9
3 changed files with 6 additions and 4 deletions

View File

@ -1291,6 +1291,7 @@ StScrollBar {
background-color: #ffffff;
border: none;
border-width: 0px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 3px 8px 0 rgba(0,0,0,0.5); }
.notification-banner:hover, .notification-banner:focus {
margin: 5px;

View File

@ -61,7 +61,7 @@ UnityDecoration {
UnityDecoration.top {
padding: 0 5px 0 5px;
border-radius: 3px 3px 0px 0px;
border-radius: 4px 4px 0px 0px;
box-shadow: none;
border: 1px solid @unity;
border-bottom-width: 0;
@ -80,10 +80,11 @@ UnityDecoration.top.menuitem:backdrop {
}
UnityDecoration.top:backdrop {
border: 1px solid @backdrop_unity;
/*border: 1px solid @backdrop_unity;*/
border-bottom-width: 0;
background-color: @backdrop_unity;
color: @backdrop_unity_text;
border-top: 1px solid rgba(255,255,255,0.1);
}
UnityDecoration.left,

View File

@ -17,8 +17,8 @@
*/
@define-color link @selection;
@define-color backdrop_link @backdrop_text;
@define-color link #009587;
@define-color backdrop_link shade(@link, 1.1);
@define-color visited_link shade(@link, 0.9);
/*********