Styling: Error on tabs + hover state
This commit is contained in:
@@ -162,14 +162,21 @@
|
||||
.show-validation .tab-error a,
|
||||
.show-validation .tab-error a:hover,
|
||||
.show-validation .tab-error a:focus {
|
||||
color: @red !important;
|
||||
border-bottom: 1px solid @red !important;
|
||||
color: @white !important;
|
||||
background-color: @red !important;
|
||||
border-color: @errorBorder;
|
||||
}
|
||||
|
||||
.show-validation .tab-error a:before {
|
||||
content: "\e25d";
|
||||
font-family: 'icomoon';
|
||||
margin-right: 5px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.show-validation .nav-tabs > li.active.error > a,
|
||||
.show-validation .nav-tabs > li.active.error > a:hover,
|
||||
.show-validation .nav-tabs > li.active.error > a:focus {
|
||||
border-bottom-color: white !important;
|
||||
}
|
||||
|
||||
.umb-nav-tabs {
|
||||
|
||||
@@ -153,9 +153,7 @@ a.umb-options {
|
||||
right: 10px;
|
||||
top: 3px;
|
||||
padding: 0 3px 3px 5px;
|
||||
border: 1px solid @grayLight;
|
||||
.border-radius(@baseBorderRadius);
|
||||
background: @btnBackground;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
a.umb-options i {
|
||||
@@ -168,7 +166,9 @@ a.umb-options i {
|
||||
}
|
||||
|
||||
a.umb-options:hover {
|
||||
background: @btnBackgroundHighlight
|
||||
background: @btnBackgroundHighlight;
|
||||
border: 1px solid @grayLight;
|
||||
.border-radius(@baseBorderRadius);
|
||||
}
|
||||
|
||||
li.root > div > a.umb-options {
|
||||
|
||||
Reference in New Issue
Block a user