Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
8851957a
Commit
8851957a
authored
Nov 11, 2016
by
Maxim Kadushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[embed] debug for styles
parent
11ad6be9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
apps/common/embed/resources/less/common.less
apps/common/embed/resources/less/common.less
+20
-3
No files found.
apps/common/embed/resources/less/common.less
View file @
8851957a
...
@@ -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
1
5px 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;
}
}
...
@@ -589,4 +599,11 @@
...
@@ -589,4 +599,11 @@
.tooltip-arrow {
.tooltip-arrow {
display: none;
display: none;
}
}
}
.form-control {
&:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment