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
6b1cb68e
Commit
6b1cb68e
authored
Nov 28, 2016
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mobile] Fixed material display an active element ot the color palette.
parent
f5d7f4bf
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
25 deletions
+24
-25
apps/common/mobile/resources/less/material/_color-palette.less
...common/mobile/resources/less/material/_color-palette.less
+12
-11
apps/common/mobile/resources/less/material/_listview.less
apps/common/mobile/resources/less/material/_listview.less
+1
-1
apps/documenteditor/mobile/resources/css/app-material.css
apps/documenteditor/mobile/resources/css/app-material.css
+11
-13
No files found.
apps/common/mobile/resources/less/material/_color-palette.less
View file @
6b1cb68e
...
...
@@ -19,17 +19,11 @@
&:after {
content:' ';
position: absolute;
left: 50%;
margin-left: -6px;
top: 50%;
margin-top: -4px;
width: 12px;
height: 9px;
background: no-repeat center;
.encoded-svg-background("<svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 12 9' xml:space='preserve'><polygon fill='#fff' points='12,0.7 11.3,0 3.9,7.4 0.7,4.2 0,4.9 3.9,8.8 3.9,8.8 3.9,8.8 '/></svg>");
-webkit-background-size: 12px 9px;
background-size: 12px 9px;
filter: drop-shadow(0px 0px 1px #000);
width: 100%;
height: 100%;
box-shadow: 0 0 0 1px white, 0 0 0 4px @themeColor;
z-index: 1;
border-radius: 1px;
}
}
...
...
@@ -43,6 +37,13 @@
.theme-colors {
.item-inner {
display: inline-block;
overflow: visible;
}
}
.standart-colors {
.item-inner {
overflow: visible;
}
}
...
...
apps/common/mobile/resources/less/material/_listview.less
View file @
6b1cb68e
...
...
@@ -55,7 +55,7 @@
height: 30px;
border-radius: 16px;
margin-top: -3px;
bo
rder: 0.5px solid gray
;
bo
x-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset
;
}
}
...
...
apps/documenteditor/mobile/resources/css/app-material.css
View file @
6b1cb68e
This diff is collapsed.
Click to expand it.
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