Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
5c343650
Commit
5c343650
authored
Sep 02, 2015
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(theme) small theme update to render default dropdown boxes better
parent
9bb5e690
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
main.scss
...opnsense/www/themes/opnsense/assets/stylesheets/main.scss
+11
-0
main.css
src/opnsense/www/themes/opnsense/build/css/main.css
+11
-0
caret.png
src/opnsense/www/themes/opnsense/build/images/caret.png
+0
-0
No files found.
src/opnsense/www/themes/opnsense/assets/stylesheets/main.scss
View file @
5c343650
...
...
@@ -558,3 +558,14 @@ table{
padding-top
:
0px
!
important
;
padding-bottom
:
20px
;
}
select
{
overflow
:
hidden
;
border
:
1px
solid
#ccc
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
cursor
:
pointer
;
background-repeat
:
no-repeat
;
background-position
:
right
;
background-image
:
url(/ui/themes/opnsense/build/images/caret.png)
!
important
;}
src/opnsense/www/themes/opnsense/build/css/main.css
View file @
5c343650
...
...
@@ -5796,3 +5796,14 @@ table {
.widgetdiv
{
padding-top
:
0px
!important
;
padding-bottom
:
20px
;
}
select
{
overflow
:
hidden
;
border
:
1px
solid
#ccc
;
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
cursor
:
pointer
;
background-repeat
:
no-repeat
;
background-position
:
right
;
background-image
:
url(/ui/themes/opnsense/build/images/caret.png)
!important
;}
src/opnsense/www/themes/opnsense/build/images/caret.png
0 → 100644
View file @
5c343650
2.87 KB
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