Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
17cf3964
Commit
17cf3964
authored
4 years ago
by
Arkerthan
Browse files
Options
Downloads
Patches
Plain Diff
fix double border with input box
parent
931e4e5e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6739
mor eoptions converting
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/gui/css/options.css
+9
-7
9 additions, 7 deletions
src/gui/css/options.css
with
9 additions
and
7 deletions
src/gui/css/options.css
+
9
−
7
View file @
17cf3964
...
...
@@ -19,13 +19,15 @@ div.options-group span.comment {
div
.options-group
button
{
color
:
var
(
--link-color
);
background-color
:
var
(
--button-color
);
border
:
solid
2px
var
(
--button-border-color
);
margin
:
4px
0
;
}
div
.options-group
button
:not
(
:first-child
)
{
border-left
:
none
;
/* Prevent double borders */
}
border
:
none
;
/* outline instead of border */
/* left & right outline overlap each other so we don't have a double border */
outline
:
solid
2px
var
(
--button-border-color
);
margin
:
6px
0
6px
2px
;
}
/*
div.options-group button:not(:last-child) {
border-right: none; /* Prevent double borders */
/*}*/
div
.options-group
button
:hover
{
background-color
:
var
(
--button-hover-color
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment