|
|
|
|
@ -18,6 +18,13 @@
|
|
|
|
|
transition: 10ms ease-out;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
.boxInfoMessError{
|
|
|
|
|
background-color: #ea9999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.boxInfoMessOK{
|
|
|
|
|
background-color: #f3f0ac;
|
|
|
|
|
}
|
|
|
|
|
#GnomeIcon{
|
|
|
|
|
border-style:solid;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
@ -142,3 +149,29 @@ opacity:0.99;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.aaa{
|
|
|
|
|
margin-top:0px;
|
|
|
|
|
margin-bottom:0px;
|
|
|
|
|
border-color:inherit;
|
|
|
|
|
border-left-width:inherit;
|
|
|
|
|
border-right-width:inherit;
|
|
|
|
|
}
|
|
|
|
|
.aaa *{
|
|
|
|
|
margin:0 2px 0 2px;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-bottom:3px;
|
|
|
|
|
border:transparent;
|
|
|
|
|
}
|
|
|
|
|
.aaa:hover {
|
|
|
|
|
background:@theme_bg_color;
|
|
|
|
|
border-color:inherit;
|
|
|
|
|
border-left-width:inherit;
|
|
|
|
|
border-right-width:inherit;
|
|
|
|
|
}
|
|
|
|
|
.aaa:hover * {
|
|
|
|
|
margin:0 2px 0 2px;
|
|
|
|
|
padding-top: 3px;
|
|
|
|
|
padding-bottom:3px;
|
|
|
|
|
background:@theme_selected_bg_color;
|
|
|
|
|
border-radius:2px;
|
|
|
|
|
}
|