mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
tukan / cicada table width fix
@fichtner small fix for table width
(cherry picked from commit db99d7a327)
This commit is contained in:
parent
efc41cf2f0
commit
368b7a8a9d
6 changed files with 8 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_VERSION= 1.9
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
|
|
|||
|
|
@ -240,6 +240,7 @@ table {
|
|||
border-spacing: 0;
|
||||
background-color: #3e3e3e;
|
||||
color: #FFF;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
|
|
|||
|
|
@ -208,7 +208,8 @@ optgroup {
|
|||
table {
|
||||
border-spacing: 0;
|
||||
background-color: #3e3e3e;
|
||||
color: #FFF; }
|
||||
color: #FFF;
|
||||
width:100%; }
|
||||
|
||||
td,
|
||||
th {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.7
|
||||
PLUGIN_VERSION= 1.8
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@ table {
|
|||
border-spacing: 0;
|
||||
color: #000;
|
||||
background-color: #F0F0F0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
|
|
|||
|
|
@ -209,7 +209,8 @@ table {
|
|||
border-collapse: none;
|
||||
border-spacing: 0;
|
||||
color: #000;
|
||||
background-color: #F0F0F0; }
|
||||
background-color: #F0F0F0;
|
||||
width: 100%; }
|
||||
|
||||
td,
|
||||
th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue