Commit 8851957a authored by Maxim Kadushkin's avatar Maxim Kadushkin

[embed] debug for styles

parent 11ad6be9
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
@import "../../../../../vendor/bootstrap/less/responsive-utilities.less"; @import "../../../../../vendor/bootstrap/less/responsive-utilities.less";
@toolbarBorderColor: #929292; @toolbarBorderColor: #dbdbdb;
@toolbarBorderShadowColor: #FAFAFA; @toolbarBorderShadowColor: #FAFAFA;
@toolbarTopColor: #EBEBEB; @toolbarTopColor: #EBEBEB;
@toolbarBottomColor: #CCCCCC; @toolbarBottomColor: #CCCCCC;
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
@toolbarFontSize: 12px; @toolbarFontSize: 12px;
@controlBtnHoverTopColor: #6180C4; @controlBtnHoverTopColor: #6180C4;
@controlBtnHoverBottomColor: #8AACF1; @controlBtnHoverBottomColor: #8AACF1;
@btnColor: #d8dadc;
@btnActiveColor: #7d858c; @btnActiveColor: #7d858c;
@iconSpriteCommonPath: "../../../../common/embed/resources/img/glyphicons.png"; @iconSpriteCommonPath: "../../../../common/embed/resources/img/glyphicons.png";
@icon-socnet-size: 40px; @icon-socnet-size: 40px;
...@@ -469,13 +470,15 @@ ...@@ -469,13 +470,15 @@
height: 22px; height: 22px;
//display: inline-block; //display: inline-block;
float: left; float: left;
margin: -1px 5px 0 -15px; margin: -1px 15px 0 -15px;
} }
.btn, button { .btn, button {
&:focus, &:active:focus { &:focus, &:active:focus {
outline: 0 none; outline: 0 none;
} }
background-color: @btnColor;
} }
.modal-dialog { .modal-dialog {
...@@ -502,6 +505,11 @@ ...@@ -502,6 +505,11 @@
.close { .close {
margin-top: 0; margin-top: 0;
opacity: 0.5;
&:hover {
opacity: 0.7;
}
} }
} }
...@@ -529,8 +537,9 @@ ...@@ -529,8 +537,9 @@
.dropdown-menu { .dropdown-menu {
> li > a { > li > a {
padding: 8px 20px 8px 31px;
&:hover, &:focus { &:hover, &:focus {
background-color: #d8dadc; background-color: @btnColor;
outline: 0 none; outline: 0 none;
} }
} }
...@@ -559,6 +568,7 @@ ...@@ -559,6 +568,7 @@
.masked { .masked {
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
...@@ -590,3 +600,10 @@ ...@@ -590,3 +600,10 @@
display: none; display: none;
} }
} }
.form-control {
&:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment