Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-webclient
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-webclient
Commits
bf7e8235
Commit
bf7e8235
authored
Aug 07, 2017
by
George Popoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change buttons font color to blue
parent
65169b4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
stylesheet.css
stylesheet.css
+11
-0
No files found.
stylesheet.css
View file @
bf7e8235
...
...
@@ -60,6 +60,7 @@
}
.e_typos_div
.e_typos_controll_buttons
.e_typos_button
{
color
:
blue
;
width
:
85px
;
border-radius
:
10px
;
border
:
1px
solid
#d0d0d0
;
...
...
@@ -102,4 +103,13 @@
.corrected-text
{
background-color
:
rgba
(
0
,
250
,
0
,
0.25
);
}
.hidden-animate
{
opacity
:
0
;
-webkit-animation
:
opacity
0.5s
ease-out
;
-moz-animation
:
opacity
0.5s
ease-out
;
-o-animation
:
opacity
0.5s
ease-out
;
animation
:
opacity
0.5s
ease-out
;
}
\ 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